inleft
2022-07-14 e45377e8f94faf25a98b9e5a645055b5fade4818
src/components/mini/box13-reply.vue
@@ -8,7 +8,7 @@
               </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">
@@ -46,9 +46,9 @@
               <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>
@@ -96,11 +96,10 @@
               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,
@@ -169,7 +168,7 @@
               "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,