抽奖增加onshow

This commit is contained in:
GaoHao 2024-12-26 17:40:38 +08:00
parent ad94cbf772
commit 3cd1b88ff5
1 changed files with 3 additions and 1 deletions

View File

@ -544,9 +544,11 @@
}
this.prizeList = []
this.getCount()
this.getRedPack()
this.getPrizeList()
},
onShow() {
this.getRedPack()
},
onUnload() {
uni.hideLoading()
}