This commit is contained in:
Sliverber 2024-06-06 18:12:53 +08:00
parent e8eacf5d4f
commit b3875fb9eb
2 changed files with 8 additions and 11 deletions

View File

@ -178,9 +178,12 @@
this.$u.post("/appVerify/order/withdraw").then((res) => {
if (res.code == 200) {
this.getinfo()
this.getlist()
this.show=false
setTimeout(() => {
this.getinfo()
this.getlist()
this.show=false
}, 2000)
} else {
uni.showToast({
title:res.msg,

View File

@ -507,7 +507,7 @@
{{money}}
</view>
</view>
<view class="btn" @click="showtcs=false" style="margin-bottom: 50rpx;">
<view class="btn" @click=" starTime" style="margin-bottom: 50rpx;">
点击查看
</view>
@ -1268,6 +1268,7 @@
})
},
starTime() {
this.showtcs=false
this.seeDetail = false
clearInterval(this.timer)
this.timer = null
@ -1833,16 +1834,9 @@
icon: 'none',
duration: 2000
});
if(res.msg=='您还未充值押金,请先充值押金'){
this.close()
this.showYjTip=true
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
}
}
})