From b3875fb9ebd8bb8ffecfc0f20520746f0516fd8b Mon Sep 17 00:00:00 2001 From: Sliverber <2622874537@qq.com> Date: Thu, 6 Jun 2024 18:12:53 +0800 Subject: [PATCH] 11 --- page_user/yj.vue | 9 ++++++--- pages/index/index.vue | 10 ++-------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/page_user/yj.vue b/page_user/yj.vue index 1cdd05d..b2600b8 100644 --- a/page_user/yj.vue +++ b/page_user/yj.vue @@ -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, diff --git a/pages/index/index.vue b/pages/index/index.vue index 0adff90..c38e557 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -507,7 +507,7 @@ {{money}}元 - + 点击查看 @@ -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 - }); } } })