This commit is contained in:
zpc 2025-05-24 00:57:58 +08:00
parent 1550743310
commit a3467d074a

View File

@ -346,9 +346,12 @@ export default {
if (this.$refs.detailLucky != null) {
this.$refs.detailLucky.hide();
}
this.$refs.resPop.open();
//
this.bgmCtx.openBgm.stop();
this.bgmCtx.openBgm.seek(0);
this.bgmCtx.openBgm.play();
this.$refs.resPop.open();
},
previewDetail(item) {
console.log(item);