积分 bug
This commit is contained in:
@@ -46,14 +46,13 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getInfo()
|
this.getInfo()
|
||||||
uni.$on("onShow", () => {
|
|
||||||
this.getInfo();
|
|
||||||
})
|
|
||||||
uni.$on("reachBottom", () => {
|
uni.$on("reachBottom", () => {
|
||||||
this.current++;
|
this.current++;
|
||||||
this.getInfo()
|
this.getInfo()
|
||||||
})
|
})
|
||||||
uni.$on('updateIntegral', () => {
|
uni.$on('updateIntegral', () => {
|
||||||
|
this.current = 1
|
||||||
|
this.list = []
|
||||||
this.getInfo()
|
this.getInfo()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -74,6 +74,9 @@ export default {
|
|||||||
this.flag = false
|
this.flag = false
|
||||||
this.$u.toast(res.msg)
|
this.$u.toast(res.msg)
|
||||||
}
|
}
|
||||||
|
}).catch((err) => {
|
||||||
|
this.flag = false
|
||||||
|
this.$u.toast(err)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleSelectUser(v) {
|
handleSelectUser(v) {
|
||||||
|
|||||||
Reference in New Issue
Block a user