222
This commit is contained in:
parent
a82f9b8645
commit
53b104c12c
|
|
@ -423,16 +423,10 @@
|
|||
onLuckyEnd(data) {
|
||||
console.log("抽奖结束");
|
||||
// 获取所有中奖奖品
|
||||
// if (this.$refs.detailLucky != null) {
|
||||
// this.$refs.detailLucky.hide();
|
||||
// }
|
||||
// await sleep(500);
|
||||
this.bgmCtx.openBgm.stop();
|
||||
setTimeout(() => {
|
||||
this.bgmCtx.openBgm.seek(0);
|
||||
this.bgmCtx.openBgm.play();
|
||||
this.open('resPop');
|
||||
}, 500)
|
||||
this.bgmCtx.openBgm.seek(0);
|
||||
this.bgmCtx.openBgm.play();
|
||||
this.open('resPop');
|
||||
},
|
||||
previewDetail(item, a) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user