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) {