diff --git a/src/project/qujing/AppContentQj/contentDetail.vue b/src/project/qujing/AppContentQj/contentDetail.vue index 385fde9..3b6c5c5 100644 --- a/src/project/qujing/AppContentQj/contentDetail.vue +++ b/src/project/qujing/AppContentQj/contentDetail.vue @@ -13,9 +13,9 @@ - +

共{{ commentList.length }}条评论

-
+
@@ -121,6 +121,7 @@ export default { if(res.code==0) { this.flag = false this.showSend = false + this.content = '' this.getComment() this.getDetail() } @@ -251,6 +252,8 @@ export default { background: #fff; padding: 24px 32px; box-sizing: border-box; + position: fixed; + bottom: 0; div { width: 100%; height: 80px;