Commit eea9bccf authored by Edwise's avatar Edwise 🍷

nice

parent a9786f01
......@@ -6,6 +6,6 @@
<label class="tempitemprize ">双十一惊喜价:¥299</label>
</view>
<image class="tempitemImg btn" src={{resList['e41300b7-bee4-4224-9f12-7a8513ce8fe9'].url}} onTap="goGoodsDetail" />
<image class="tempitemImg " src={{resList['e41300b7-bee4-4224-9f12-7a8513ce8fe9'].url}} onTap="goGoodsDetail" />
<image class="tempitembtn btn" src={{resList['bb187403-c5fc-4c33-aea1-072bac77f32e'].url}} onTap="onClose" />
</view>
\ No newline at end of file
......@@ -129,6 +129,9 @@ Page({
}
// my.showLoading();
flag = true;
setTimeout(()=>{
flag = false
},500)
console.log('领取实物')
const { activityId } = app;
const { item } = e.target.dataset;
......
......@@ -306,13 +306,15 @@ Page({
modalStatus: modalType['rankprize']
})
}
this.canOpenGamePage = true;
my.hideLoading();
}
},
canOpenGamePage:false,
/**进入游戏页面 */
async openGamePage() {
if(!this.canOpenGamePage) return;
my.showLoading();
const {
success,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment