From f92656f8f090274c3fc216b63c1fbf1d36714398 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Thu, 23 Dec 2021 16:26:45 +0800
Subject: [PATCH] bug
---
src/apps/AppResidentActivitie/AddPosts.vue | 11 ++++++-----
src/apps/AppResidentActivitie/Detail.vue | 18 ++++++++++--------
2 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/src/apps/AppResidentActivitie/AddPosts.vue b/src/apps/AppResidentActivitie/AddPosts.vue
index b56cda3d..b9bb7380 100644
--- a/src/apps/AppResidentActivitie/AddPosts.vue
+++ b/src/apps/AppResidentActivitie/AddPosts.vue
@@ -9,7 +9,7 @@
-
+
-
+
@@ -155,7 +155,6 @@ export default {
if (this.detail) {
if (this.detail.url) {
this.detail.url = JSON.parse(res.data.url || '[]')
- console.log(this.detail.url)
}
}
}
@@ -168,7 +167,7 @@ export default {
},
getActiveList() {
- this.$http.post(`/app/apppostinfo/list?activityId=${this.id}`).then((res) => {
+ this.$http.post(`/app/appvillageactivitypost/list?activityId=${this.id}`).then((res) => {
if (res?.data) {
this.activeList = res.data.records
if (this.activeList) {
@@ -194,7 +193,7 @@ export default {
},
AddPosts() {
- uni.navigateTo({ url: `./AddPosts` })
+ uni.navigateTo({ url: `./AddPosts?id=${this.id}` })
},
previewImage(images, img) {
@@ -253,7 +252,7 @@ export default {
background: #e4e4e4;
}
.header-content {
- padding-bottom: 150px;
+ // padding-bottom: 150px;
.header-top {
width: 100%;
height: 440px;
@@ -315,7 +314,7 @@ export default {
}
.header-bottom {
- background: #fff;
+ // background: #fff;
.content-details {
padding: 32px 32px 80px 32px;
@@ -333,9 +332,12 @@ export default {
.content-trends {
// padding-bottom: 40px;
+ background: #f3f6f9;
.details {
.card {
+ background: #fff;
padding: 26px 32px 28px 32px;
+ margin-bottom: 20px;
.card-nav {
display: flex;
.avatar {