积分 bug
This commit is contained in:
@@ -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()
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user