From c68175b312d3de86bd5a509a135eed6a7bfa5cef Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 23 Feb 2022 13:36:00 +0800 Subject: [PATCH] 27566 27563 27548 --- src/apps/AppVillagersCircle/commentList.vue | 4 ---- src/apps/AppVillagersCircle/infoList.vue | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/apps/AppVillagersCircle/commentList.vue b/src/apps/AppVillagersCircle/commentList.vue index 4788f861..80f370a9 100644 --- a/src/apps/AppVillagersCircle/commentList.vue +++ b/src/apps/AppVillagersCircle/commentList.vue @@ -81,15 +81,11 @@ export default { }, getList() { - // var villagerCircleInfo = { - // topic: this.topic, - // } this.$http.post('/app/appvillagercirclecomment/list',null,{ params: { current: 1, size: 10, topic:this.topic, - // villagerCircleInfo: villagerCircleInfo, content: this.content, auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1, diff --git a/src/apps/AppVillagersCircle/infoList.vue b/src/apps/AppVillagersCircle/infoList.vue index 7c6c60ce..e0d74a77 100644 --- a/src/apps/AppVillagersCircle/infoList.vue +++ b/src/apps/AppVillagersCircle/infoList.vue @@ -77,8 +77,7 @@ export default { size: 10, auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1, topic: this.topic, - content: this.content, - createUserName: this.content + content: this.content } }).then(res=>{ if(res?.data) {