shish 1 năm trước cách đây
mục cha
commit
f0172f1ef6
2 tập tin đã thay đổi với 41 bổ sung1 xóa
  1. 39 0
      ghsApp/src/admin/notice/fee.vue
  2. 2 1
      ghsApp/src/pages.json

+ 39 - 0
ghsApp/src/admin/notice/fee.vue

@@ -0,0 +1,39 @@
+<template>
+    <view>
+        <view style="padding:40upx 20upx 40upx 20upx;height:auto;width:95vw;font-size:36upx;">
+            <view>拉卡拉支付公司要求我们软件系统,2025年1月份开始,每月流水要达到5000万,如达不到费率将提升0.02%</view>
+			<view style="margin-top:30upx;">目前我们每月流水仅1000万,还差4000万,欢迎大家努力介绍朋友使用,争取2025年1月份能达标</view>
+			<view style="margin-top:30upx;">如2025年1月份未达标,大家的提现费用将由0.3%提高到0.32%,即一万元扣32元。</view>
+            <view style="margin-top:30upx;">针对没有流水的批发店,明年使用系统费用将会另行调整并通知。</view>
+			<view style="margin-top:40upx;text-align:center;">
+        		<button class="admin-button-com big blue" @click="goBack" style="width:200upx;">返回</button>
+			</view>
+        </view>
+    </view>
+</template>
+<script>
+export default {
+    name: "fee",
+    data(){
+        return {
+        }
+    },
+    computed: {
+    },
+    components: {
+    },
+    onLoad(){
+    },
+    onUnload() {
+    },
+    methods: {
+        init(){
+        },
+        goBack(){
+            uni.navigateBack()
+        }
+    }
+};
+</script>
+<style lang="scss" scoped>
+</style>

+ 2 - 1
ghsApp/src/pages.json

@@ -29,7 +29,8 @@
 		{
 			"root": "admin/notice",
 			"pages": [
-				{"path": "index","style": {"navigationBarTitleText": "通知"}}
+				{"path": "index","style": {"navigationBarTitleText": "通知"}},
+				{"path": "fee","style": {"navigationBarTitleText": "详情"}}
 			]
 		},
 		{