This commit is contained in:
yanran200730
2022-05-26 09:31:05 +08:00
2 changed files with 5 additions and 3 deletions

View File

@@ -46,14 +46,13 @@ export default {
},
created() {
this.getInfo()
uni.$on("onShow", () => {
this.getInfo();
})
uni.$on("reachBottom", () => {
this.current++;
this.getInfo()
})
uni.$on('updateIntegral', () => {
this.current = 1
this.list = []
this.getInfo()
})
},

View File

@@ -74,6 +74,9 @@ export default {
this.flag = false
this.$u.toast(res.msg)
}
}).catch((err) => {
this.flag = false
this.$u.toast(err)
})
},
handleSelectUser(v) {