积分兑换

This commit is contained in:
liuye
2022-11-29 10:16:52 +08:00
parent 0459c6e568
commit 56f5e0175c
2 changed files with 18 additions and 2 deletions

View File

@@ -63,8 +63,9 @@ export default {
onLoad() {
this.getList()
this.getIntegral()
uni.$on('reloadIntegral', () => {
uni.$on('updateList', () => {
this.getIntegral()
this.getListInit()
})
},
onShow() {