走访慰问,返乡登记页面未刷新

This commit is contained in:
liuye
2022-03-16 09:12:50 +08:00
parent 713ec624eb
commit 913857bab0
4 changed files with 17 additions and 7 deletions

View File

@@ -104,8 +104,10 @@ export default {
},
onLoad() {
this.isGirdUser()
uni.$on('update').then(() => {
this.isGirdUser()
uni.$on('updateBackList', () => {
console.log(123)
this.getListInit()
this.getTotal()
})
},
onShow() {