提现/我的页面修改

This commit is contained in:
GaoHao
2024-12-06 11:11:29 +08:00
parent 400126ffeb
commit e1eff87490
14 changed files with 160 additions and 234 deletions

View File

@@ -59,7 +59,7 @@
page: that.page,
limit: that.limit
}
that.$u.api.selectPay(data).then(res => {
this.$Request.getT('app/cash/selectPayDetails', data).then(res => {
if (that.page == 1) {
that.list = res.data.list
uni.stopPullDownRefresh();