| | |
| | | </a-collapse-panel> |
| | | </a-collapse> |
| | | <div v-else> |
| | | <replyBox ref="commentBoxId" v-bind="$attrs" @sendMsg="sendMsg()"></replyBox> |
| | | <replyBox ref="commentBoxId" v-bind="$attrs" @sendMsg="sendMsg()" ></replyBox> |
| | | </div> |
| | | |
| | | <a-modal v-model="visible" :title="replyTaget" :footer="null" |
| | | :bodyStyle="{'overflow':'overlay','maxHeight': '550px','scrollbarWidth': 'none'}"> |
| | | <replyBox ref="replyBoxId" v-bind="$attrs" @sendMsg="sendMsg()"></replyBox> |
| | | :bodyStyle="{'overflow':'overlay','height': '700px','scrollbarWidth': 'none'}"> |
| | | <replyBox ref="replyBoxId" v-bind="$attrs" @sendMsg="sendMsg()" :parseContent="parseContent" |
| | | :visible="visible"></replyBox> |
| | | </a-modal> |
| | | |
| | | <div class="mySecret" style="max-height:250px ;" v-if="commentListData.length==0"> |
| | |
| | | <div class="samllPadding">:</div> |
| | | </div> |
| | | |
| | | <p :id="temp.id" slot="content" v-html="temp.commentContent" class="myContent"></p> |
| | | <p :id="temp.id" slot="content" v-html="parseContent(temp.commentContent)" class="myContent"></p> |
| | | |
| | | <a-comment v-for="tempData in temp.replyList"> |
| | | <div slot="actions" key="comment-nested-reply-to" class="actionList"> |
| | |
| | | </a-tooltip> |
| | | </div> |
| | | </div> |
| | | <p :id="tempData.id" slot="content">{{tempData.commentContent}}</p> |
| | | <p :id="tempData.id" slot="content" v-html="parseContent(tempData.commentContent)"></p> |
| | | </a-comment> |
| | | </a-comment> |
| | | |
| | |
| | | |
| | | <script> |
| | | import replyBox from "./box13-reply.vue" |
| | | |
| | | import { |
| | | queryBlogCommentList, |
| | | queryBlogCommentSubList |
| | | } from '../../api/blogArticleComment.js' |
| | | import OwOjsonConfig from '../../assets/OwO.json' |
| | | |
| | | export default { |
| | | components: { |
| | | replyBox |
| | | replyBox, |
| | | }, |
| | | props: { |
| | | "foldReply": { |
| | |
| | | }, |
| | | }, |
| | | methods: { |
| | | parseContent(content) { |
| | | let tempStrArray=content.match("\:\&\(.*\)"); |
| | | |
| | | console.log(OwOjsonConfig); |
| | | console.log(333); |
| | | return content; |
| | | }, |
| | | updateCommentList(articleId) { |
| | | queryBlogCommentList({ |
| | | pageNo: this.page.current, |
| | |
| | | .myContent img { |
| | | margin-bottom: -0.125rem; |
| | | img min-height: 3.5rem; |
| | | height: 3em; |
| | | height: 2em; |
| | | } |
| | | |
| | | .samllPadding { |