From 53b104c12c2dc0adf31a6f5b84961ec74c9e56cb Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 23 May 2025 23:56:18 +0800 Subject: [PATCH] 222 --- pages/shouye/detail_wuxian.vue | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/pages/shouye/detail_wuxian.vue b/pages/shouye/detail_wuxian.vue index f22d99e..2c4cb07 100644 --- a/pages/shouye/detail_wuxian.vue +++ b/pages/shouye/detail_wuxian.vue @@ -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) {