This commit is contained in:
liuye
2022-01-04 10:11:22 +08:00
parent 83daa77e58
commit 325986c1e4

View File

@@ -46,7 +46,10 @@ export default {
},
computed: { ...mapState(['user']) },
mounted() {
// this.getList()
this.getList()
uni.$on('updateList', () => {
this.getList()
})
},
onShow() {
document.title = "便民通讯录"