diff --git a/me/choujiang/choujiang.vue b/me/choujiang/choujiang.vue index 2306a4f..f9760bb 100644 --- a/me/choujiang/choujiang.vue +++ b/me/choujiang/choujiang.vue @@ -544,9 +544,11 @@ } this.prizeList = [] this.getCount() - this.getRedPack() this.getPrizeList() }, + onShow() { + this.getRedPack() + }, onUnload() { uni.hideLoading() }