diff --git a/src/components/Portal/comments.vue b/src/components/Portal/comments.vue index 31c11805..b3a1a2ae 100644 --- a/src/components/Portal/comments.vue +++ b/src/components/Portal/comments.vue @@ -113,50 +113,53 @@
-
-
-
- - - - 回复了 - - {{reply.replyName || reply.toAname}} -
-
-
-
-
- - - {{reply.isAll?'收起':'全文'}} - -
-
- - -
-
- -
- 回复 - 删除 -
-
-
- -
-
-
- -
-
- 发布回复 -
+
+
+
+
+ + + + 回复了 + + {{reply.replyName || reply.toAname}}
-
-
+
+
+
+
+ + + {{reply.isAll?'收起':'全文'}} + +
+
+ + +
+
+ +
+ 回复 + 删除 +
+
+
+ +
+
+
+ +
+
+ 发布回复 +
+
+
+
+
+
加载更多>>
@@ -380,6 +383,9 @@ // }) }, methods: { + loadReplyMore(item){ + item.showAll=true; + }, loadMore() { this.pageIndex +=1; this.loadData(true); @@ -449,6 +455,7 @@ let ids=[]; let allList=[]; res.result.list.forEach(item=>{ + item.showAll=false; item.avatar=''; item.orgInfo=''; item.sign=''; diff --git a/src/components/Portal/noteComment.vue b/src/components/Portal/noteComment.vue index c3d2a6f7..fbcaf057 100644 --- a/src/components/Portal/noteComment.vue +++ b/src/components/Portal/noteComment.vue @@ -44,7 +44,7 @@
-
+
@@ -81,9 +81,10 @@
+
加载更多>>
- +
@@ -278,7 +279,10 @@ this.loadData(); }) }, - methods: { + methods: { + loadReplyMore(item){ + item.showAll=true; + }, loadMore() { this.pageIndex +=1; this.loadData(true); @@ -337,6 +341,7 @@ let ids=[]; let allList=[]; res.result.list.forEach(item=>{ + item.showAll=false; item.title = this.name; item.replyList = []; item.avatar='';