Browse Source

活动详情页立即参与抽奖

DELL 3 năm trước cách đây
mục cha
commit
84d890d439
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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)
 					}
 				})
 			},