From 9a2a04a153fa02f9906867e029e15d32f922cdb3 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 11:04:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9B=B8=E5=86=8C=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppCountryAlbum/detail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/AppCountryAlbum/detail.vue b/src/apps/AppCountryAlbum/detail.vue index 9a620c46..a3bdc0d3 100644 --- a/src/apps/AppCountryAlbum/detail.vue +++ b/src/apps/AppCountryAlbum/detail.vue @@ -157,6 +157,7 @@ export default { this.$u.toast('上传成功!') this.getList() this.getStatistic() + uni.$emit('updateList') } }) }