diff --git a/src/apps/AppBuilding/detail.vue b/src/apps/AppBuilding/detail.vue index f06a6ab6..38bfe65f 100644 --- a/src/apps/AppBuilding/detail.vue +++ b/src/apps/AppBuilding/detail.vue @@ -41,7 +41,7 @@ - + +
编辑修改
@@ -520,6 +521,12 @@ export default { font-weight: 500; color: #FFF; background: #1365DD; + position: fixed; + bottom: 0; + left: 0; + } + .pad-b112{ + padding-bottom: 112px; } } 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) { diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index b8077e40..e5ce7e07 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -395,7 +395,7 @@ uni-page-body { .imgs { margin-top: 8px; img { - width: 201px; + width: 32%; height: 204px; margin-right: 8px; } diff --git a/src/apps/AppResidentActivitie/AppResidentActivities.vue b/src/apps/AppResidentActivitie/AppResidentActivities.vue index 7064149f..0b51ffa2 100644 --- a/src/apps/AppResidentActivitie/AppResidentActivities.vue +++ b/src/apps/AppResidentActivitie/AppResidentActivities.vue @@ -29,7 +29,7 @@ | 2天 -
{{ item.address }}
+
{{ item.areaName }}{{ item.address }}
diff --git a/src/apps/AppResidentDocument/AppResidentDocument.vue b/src/apps/AppResidentDocument/AppResidentDocument.vue index fdf8f409..e71bee3e 100644 --- a/src/apps/AppResidentDocument/AppResidentDocument.vue +++ b/src/apps/AppResidentDocument/AppResidentDocument.vue @@ -1,6 +1,9 @@