This commit is contained in:
zpc 2025-05-23 23:56:18 +08:00
parent a82f9b8645
commit 53b104c12c

View File

@ -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) {