|
|
@@ -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>
|