From a3ab3afe580daa80e9689f6e513e75a385f75bac Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Sun, 14 Aug 2022 21:00:37 +0800
Subject: [PATCH] 添加视频详情页

---
 src/components/mini/box13-reply.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/mini/box13-reply.vue b/src/components/mini/box13-reply.vue
index 4b2c896..95634b1 100644
--- a/src/components/mini/box13-reply.vue
+++ b/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,

--
Gitblit v1.9.1