| | |
| | | <span v-html="parseContent(msgInfo.userComment).replace(/\n/g, '<br>')"></span> |
| | | </div> |
| | | </div> |
| | | <a-comment> |
| | | <a-comment style="min-height: 320px;"> |
| | | <div slot="content"> |
| | | <MyOwO :content.sync="form.visitorContent" :replyHolder="replyHolder"></MyOwO> |
| | | <MyTextarea :content.sync="form.visitorContent" :replyHolder="replyHolder"></MyTextarea> |
| | | |
| | | <div> |
| | | <a-button html-type="submit" type="primary" @click="send()" v-if="!showReplyMsgInfo" |
| | | :disabled="isSending || $attrs.isAllowedComment==0"> |
| | |
| | | } from '../../api/blogArticleComment.js' |
| | | import md5 from 'js-md5'; |
| | | |
| | | import MyOwO from '../common/OwO.vue' |
| | | import MyTextarea from '../common/MyTextarea.vue' |
| | | import myConstant from "../../config/myConstant.js" |
| | | |
| | | export default { |
| | | components: { |
| | | MyOwO |
| | | MyTextarea |
| | | }, |
| | | props: { |
| | | parseContent: { |
| | |
| | | return |
| | | } |
| | | } |
| | | |
| | | |
| | | if (this.form.eMail == 'inleft@qq.com') { |
| | | if (this.form.authCode == null || this.form.authCode == "") { |
| | | this.$message.info("此邮箱在这里使用需要正确的授权码..") |