inleft
2022-08-14 a3ab3afe580daa80e9689f6e513e75a385f75bac
src/components/mini/box13-reply.vue
@@ -1,4 +1,5 @@
<template>
   <div>
      <div class="visitInfo">
         <a-form-model ref="myForm" layout="inline" :rules="rules" :model="form" :label-col="labelCol"
@@ -15,12 +16,10 @@
               <a-input v-model="form.homePage" placeholder="https:// or http://">
               </a-input>
            </a-form-model-item>
            <a-form-model-item label="马甲认证"
            <a-form-model-item label="认证"
               v-show="form.nickName=='inleft'||form.nickName=='笔墨'||form.nickName=='阿墨'">
               <a-input-password v-model="form.authCode" autocomplete='new-password' type="password"
                  placeholder="我的授权码">
                  <a-icon slot="prefix" type="lock" style="color:rgba(0,0,0,.25)" />
               </a-input-password>
               <a-input v-model="form.authCode" autocomplete='new-password' type="password" placeholder="我的授权码">
               </a-input>
            </a-form-model-item>
         </a-form-model>
      </div>
@@ -59,6 +58,7 @@
         </div>
      </a-comment>
   </div>
</template>
<script>
@@ -174,7 +174,7 @@
            nickName: "",
            eMail: "",
            homePage: "",
            isReceiveMail: true,
            isReceiveMail: false,
            isSecretMsg: false,
            visitorContent: "",
            parentId: 0,
@@ -232,8 +232,8 @@
               }],
               "homePage": [{
                  trigger: 'blur',
                  pattern: /^((https|http)?:\/\/)[^\s]+/,
                  message: '仅支持 https | http'
                  pattern: /^((https|http)?:\/\/)+/,
                  message: '仅支持 https:// | http://'
               }, {
                  trigger: 'blur',
                  max: 50,