333
This commit is contained in:
parent
1550743310
commit
a3467d074a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user