diff --git a/src/project/fengdu/AppCircle/AppCircle.vue b/src/project/fengdu/AppCircle/AppCircle.vue index 8fc38ba..c1f3c68 100644 --- a/src/project/fengdu/AppCircle/AppCircle.vue +++ b/src/project/fengdu/AppCircle/AppCircle.vue @@ -18,7 +18,7 @@

{{ item.title }}

-
diff --git a/src/project/fengdu/AppCircle/MyPostList.vue b/src/project/fengdu/AppCircle/MyPostList.vue index 9aced6a..437022d 100644 --- a/src/project/fengdu/AppCircle/MyPostList.vue +++ b/src/project/fengdu/AppCircle/MyPostList.vue @@ -66,6 +66,7 @@

{{ item.createUserName }}

{{ item.publishDepartName }}
+
#【{{ item.topicName }}】 @@ -94,21 +95,24 @@
- 2020-12-11 10:10 - + {{ item.myComment.createTime }} +
-

联系方式

+

{{ item.myComment.content }}

- +
-

李在地

- 清风街道 +

{{ item.createUserName }}

+ {{ item.publishDepartName }}
- #【闲置物品交易】 - 社家用闲置柜子自用,原价212,现价80要的联系 + #【{{ item.topicName }}】 + {{ item.content }} +
+
+
@@ -182,6 +186,21 @@ }).catch(() => {}) }, + removeComment (id) { + this.$dialog.confirm({ + title: '温馨提示', + content: '您确定删除吗?' + }).then(() => { + this.$instance.post(`/app/appneighborhoodassistance/delComment?id=${id}`).then(res => { + if (res.code === 0) { + this.$toast('删除成功!') + this.getInfo() + this.changeTab(this.currIndex) + } + }) + }).catch(() => {}) + }, + changeTab (index) { this.currIndex = index this.isMore = false @@ -504,7 +523,7 @@ } .item-content { - margin-top: 16px 0; + margin: 16px 0; line-height: 1.3; text-align: justify; @@ -517,6 +536,21 @@ font-size: 28px; color: #333333; } + + .item-imgs { + display: flex; + align-items: center; + + image { + flex: 1; + height: 202px; + margin-right: 12px; + + &:nth-of-type(3n) { + margin-right: 0; + } + } + } } } } diff --git a/src/project/fengdu/AppCircle/Topic.vue b/src/project/fengdu/AppCircle/Topic.vue index 7d2a523..c396a18 100644 --- a/src/project/fengdu/AppCircle/Topic.vue +++ b/src/project/fengdu/AppCircle/Topic.vue @@ -1,6 +1,11 @@