From fbd61baa678c472e706a839d3d2f7dc092dad4ac Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 09:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=A1=E6=9D=91=E7=9B=B8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppCountryAlbum/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue index 65117c73..0111e06a 100644 --- a/src/apps/AppCountryAlbum/list.vue +++ b/src/apps/AppCountryAlbum/list.vue @@ -50,7 +50,7 @@ export default { getList() { this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, { params: { - areaId: this.user.areaId, + areaId: this.areaId, } }).then(res => { if (res.code == 0) {