From e45377e8f94faf25a98b9e5a645055b5fade4818 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 14 Jul 2022 15:52:29 +0800
Subject: [PATCH] 邮件回复样式更新

---
 src/components/mini/box12-comment.vue    |    4 ++--
 src/components/swichLabel/main1-home.vue |    2 +-
 src/components/mini/box13-reply.vue      |   11 +++++------
 src/components/mini/box14-video.vue      |    2 +-
 4 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/src/components/mini/box12-comment.vue b/src/components/mini/box12-comment.vue
index 4137c73..220f93d 100644
--- a/src/components/mini/box12-comment.vue
+++ b/src/components/mini/box12-comment.vue
@@ -33,7 +33,7 @@
 						<div class="samllPadding">:</div>
 					</div>
 
-					<p slot="content">{{temp.commentContent}}</p>
+					<p :id="temp.id" slot="content">{{temp.commentContent}}</p>
 
 					<a-comment v-for="tempData in temp.replyList">
 						<div slot="actions" key="comment-nested-reply-to" class="actionList">
@@ -67,7 +67,7 @@
 								</a-tooltip>
 							</div>
 						</div>
-						<p slot="content">{{tempData.commentContent}}</p>
+						<p :id="tempData.id" slot="content">{{tempData.commentContent}}</p>
 					</a-comment>
 				</a-comment>
 
diff --git a/src/components/mini/box13-reply.vue b/src/components/mini/box13-reply.vue
index 3dfebf3..17a3f63 100644
--- a/src/components/mini/box13-reply.vue
+++ b/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,
diff --git a/src/components/mini/box14-video.vue b/src/components/mini/box14-video.vue
index 33f7f97..91aced2 100644
--- a/src/components/mini/box14-video.vue
+++ b/src/components/mini/box14-video.vue
@@ -191,7 +191,7 @@
 		},
 		mounted() {
 			this.video1 = {
-				img: "http://t.inleft.com/share/media_photo/idea_beijing.jpg",
+				img: "http://t.inleft.com/share/media_photo/faye_video.png",
 				url: "http://t.inleft.com/share/myVideo/faye/faye.m3u8",
 				type: "customHls"
 			}
diff --git a/src/components/swichLabel/main1-home.vue b/src/components/swichLabel/main1-home.vue
index 2dc536d..90cac56 100644
--- a/src/components/swichLabel/main1-home.vue
+++ b/src/components/swichLabel/main1-home.vue
@@ -109,7 +109,7 @@
 	@font-face {
 		font-family: 'HYTangMeiRen';
 		// font-display: swap;
-		src: url("https://unpkg.zhimg.com/fontawepro@latest/fonts/hytmr55.woff") format("truetype");
+		src: url("http://t.inleft.com/share/z%E5%AD%97%E4%BD%93%E5%BA%93/hytmr55%E6%B1%89%E4%BB%AA%E5%94%90%E7%BE%8E%E4%BA%BA%E5%AD%97%E4%BD%93.woff") format("truetype");
 	}
 
 	span,

--
Gitblit v1.9.1