| | |
| | | </a-input> |
| | | </a-form-model-item> |
| | | <a-form-model-item label="邮箱" prop="eMail"> |
| | | <a-input v-model="form.eMail" placeholder="..仅后台可见"> |
| | | <a-input v-model="form.eMail" placeholder="保密项(非必填)"> |
| | | </a-input> |
| | | </a-form-model-item> |
| | | <a-form-model-item label="主页" prop="homePage"> |
| | |
| | | <a-checkbox style=" margin-left: 8px;" v-if="!showReplyMsgInfo" v-model="form.isSecretMsg"> |
| | | 悄悄说..<span class="myTip">(仅登录后可查看)</span> |
| | | </a-checkbox> |
| | | <!-- <a-checkbox v-model="form.isReceiveMail"> |
| | | <a-checkbox v-model="form.isReceiveMail"> |
| | | 接收邮件回复通知 |
| | | </a-checkbox> --> |
| | | </a-checkbox> |
| | | </div> |
| | | </div> |
| | | </a-comment> |
| | |
| | | parentId: this.msgInfo.parentId, |
| | | replyId: this.msgInfo.replyId, |
| | | "visitorId": "1", |
| | | "isReceiveMail": 0, |
| | | "articleId": articleId, |
| | | "commentType": commentType, |
| | | "authStatus": this.form.isSecretMsg ? 2 : 1, |
| | | // "isReceiveMail": this.form.isReceiveMail ? 1 : 0, |
| | | "isReceiveMail": this.form.isReceiveMail ? 1 : 0, |
| | | "visitorEmail": this.form.eMail, |
| | | "visitorHomePage": this.form.homePage, |
| | | "visitorNickName": this.form.nickName, |
| | |
| | | "eMail": [{ |
| | | trigger: 'blur', |
| | | pattern: /^[a-zA-Z0-9_.-]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*\.[a-zA-Z0-9]{2,6}$/, |
| | | message: '邮箱格式不正确' |
| | | message: '你这邮箱有问题??' |
| | | }, { |
| | | trigger: 'blur', |
| | | max: 50, |