From ad066bfe9e00ce16f386db23c3e6b2f997ad251c Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 23 Dec 2021 15:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E4=BA=BA=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppCountryAlbum/list.vue | 1 + src/apps/AppSpecialPeople/detail.vue | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue index d9acad08..b0178446 100644 --- a/src/apps/AppCountryAlbum/list.vue +++ b/src/apps/AppCountryAlbum/list.vue @@ -44,6 +44,7 @@ export default { areaSelect(e) { this.areaId = e.id this.areaName = e.name + this.getList() }, getList() { this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, { diff --git a/src/apps/AppSpecialPeople/detail.vue b/src/apps/AppSpecialPeople/detail.vue index 284cde91..4c28c803 100644 --- a/src/apps/AppSpecialPeople/detail.vue +++ b/src/apps/AppSpecialPeople/detail.vue @@ -64,7 +64,7 @@ @@ -88,7 +88,8 @@ export default { } }, computed: { ...mapState(['user']) }, - mounted() { + created() { + console.log(1111) this.areaId = this.user.areaId this.areaName = this.user.areaName this.getStatistic()