提现/我的页面修改

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

@@ -51,7 +51,8 @@
page : that.page,
limit : that.limit
}
that.$u.api.moneyDet(data).then(res => {
this.$Request.getT('app/moneyDetails/queryUserMoneyDetails', data).then(res => {
if(that.page == 1) {
that.list = res.data.records
uni.stopPullDownRefresh();