11
This commit is contained in:
parent
e8eacf5d4f
commit
b3875fb9eb
|
@ -178,9 +178,12 @@
|
||||||
this.$u.post("/appVerify/order/withdraw").then((res) => {
|
this.$u.post("/appVerify/order/withdraw").then((res) => {
|
||||||
|
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.getinfo()
|
setTimeout(() => {
|
||||||
this.getlist()
|
this.getinfo()
|
||||||
this.show=false
|
this.getlist()
|
||||||
|
this.show=false
|
||||||
|
}, 2000)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title:res.msg,
|
title:res.msg,
|
||||||
|
|
|
@ -507,7 +507,7 @@
|
||||||
{{money}}元
|
{{money}}元
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn" @click="showtcs=false" style="margin-bottom: 50rpx;">
|
<view class="btn" @click=" starTime" style="margin-bottom: 50rpx;">
|
||||||
点击查看
|
点击查看
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
@ -1268,6 +1268,7 @@
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
starTime() {
|
starTime() {
|
||||||
|
this.showtcs=false
|
||||||
this.seeDetail = false
|
this.seeDetail = false
|
||||||
clearInterval(this.timer)
|
clearInterval(this.timer)
|
||||||
this.timer = null
|
this.timer = null
|
||||||
|
@ -1833,16 +1834,9 @@
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration: 2000
|
duration: 2000
|
||||||
});
|
});
|
||||||
|
|
||||||
if(res.msg=='您还未充值押金,请先充值押金'){
|
if(res.msg=='您还未充值押金,请先充值押金'){
|
||||||
this.close()
|
this.close()
|
||||||
this.showYjTip=true
|
this.showYjTip=true
|
||||||
}else{
|
|
||||||
uni.showToast({
|
|
||||||
title: res.msg,
|
|
||||||
icon: 'none',
|
|
||||||
duration: 2000
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user