From 325986c1e40aa81b1bbec7bb428f87208adbce3f Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 4 Jan 2022 10:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=BF=E6=B0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMailList/AppMailList.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = "便民通讯录"