11
This commit is contained in:
parent
e8eacf5d4f
commit
b3875fb9eb
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user