混合支付

This commit is contained in:
唐明明
2023-03-17 15:57:43 +08:00
parent 9eb1f97e4c
commit 7de206c0a2
13 changed files with 395 additions and 75 deletions

View File

@@ -10,8 +10,8 @@
<view class="total-btn" @click="$Router.push({name: 'Withdraws'})">提现</view>
</view>
<view class="total-item-2">
<view> 已发放 :<span>{{sended}}</span></view>
<view> 待发放 :<span>{{frozen}}</span></view>
<view>已发放 :<span>{{sended}}</span></view>
<view>待发放 :<span>{{frozen}}</span></view>
</view>
</view>
<!-- 账户记录 -->
@@ -130,7 +130,7 @@
this.page = logs.page
this.pagesShow = false
uni.hideLoading()
}).catch(err => {
}).catch(err => {
this.errMsg(err)
})
},