Explorar el Código

活动详情页立即参与抽奖

DELL hace 3 años
padre
commit
84d890d439
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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)
 					}
 				})
 			},