diff --git a/src/components/Portal/comments.vue b/src/components/Portal/comments.vue index 5602f3a4..99a59e1c 100644 --- a/src/components/Portal/comments.vue +++ b/src/components/Portal/comments.vue @@ -113,7 +113,7 @@
-
+
@@ -159,7 +159,7 @@
-
加载更多>>
+
加载更多>>
@@ -384,7 +384,8 @@ }, methods: { loadReplyMore(item){ - item.showAll=true; + item.showNum=item.showNum+3; + //item.showAll=true; }, loadMore() { this.pageIndex +=1; @@ -455,6 +456,7 @@ let ids=[]; let allList=[]; res.result.list.forEach(item=>{ + item.showNum=3; item.answers=item.replys; item.showAll=false; item.avatar='';