便民
This commit is contained in:
@@ -46,7 +46,10 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: { ...mapState(['user']) },
|
computed: { ...mapState(['user']) },
|
||||||
mounted() {
|
mounted() {
|
||||||
// this.getList()
|
this.getList()
|
||||||
|
uni.$on('updateList', () => {
|
||||||
|
this.getList()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = "便民通讯录"
|
document.title = "便民通讯录"
|
||||||
|
|||||||
Reference in New Issue
Block a user