diff --git a/src/views/comment.vue b/src/views/comment.vue index 4f2c5ab..9a5afa4 100644 --- a/src/views/comment.vue +++ b/src/views/comment.vue @@ -3,17 +3,7 @@
{{ !isResult?'互动讨论区':'留言' }}
-
感谢您的参与,请在文末点击“完成”提交
-
-
- -
- -
-
——加载更多留言({{total-list.length}}条)——
-
添加留言
- - +
感谢您的参与,请在文中点击“完成”提交
+
添加留言
+
+
+ +
+ +
+
——加载更多留言({{total-list.length}}条)——
+ + + +
@@ -265,6 +267,7 @@ const handleAdd=async()=>{ if(code==200){ handleFreshList() message.value=''; + showLiuyan.value=false; showToast('留言成功') } }