diff --git a/src/apps/AppMailList/AppMailList.vue b/src/apps/AppMailList/AppMailList.vue index 00aca805..ad870474 100644 --- a/src/apps/AppMailList/AppMailList.vue +++ b/src/apps/AppMailList/AppMailList.vue @@ -46,7 +46,10 @@ export default { }, computed: { ...mapState(['user']) }, mounted() { - // this.getList() + this.getList() + uni.$on('updateList', () => { + this.getList() + }) }, onShow() { document.title = "便民通讯录" diff --git a/src/apps/AppMailList/add.vue b/src/apps/AppMailList/add.vue index 71cc0ecf..c058353c 100644 --- a/src/apps/AppMailList/add.vue +++ b/src/apps/AppMailList/add.vue @@ -30,7 +30,7 @@