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