Parcourir la source

活动详情页立即参与抽奖

DELL il y a 3 ans
Parent
commit
84d890d439
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      packageOperate/activity/index.vue

+ 3 - 1
packageOperate/activity/index.vue

@@ -297,7 +297,9 @@
 					console.log(res);
 					if(res.code == 0){
 						this.getDetail()
-						uni.$u.toast('参与成功,您已获得1个抽奖码');
+						setTimeout(()=>{
+							uni.$u.toast('参与成功,您已获得1个抽奖码');
+						},500)
 					}
 				})
 			},