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}}元
 				</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
-										});
 									}
 								}
 							})