inleft
2022-07-14 e45377e8f94faf25a98b9e5a645055b5fade4818
邮件回复样式更新
4 files modified
19 ■■■■ changed files
src/components/mini/box12-comment.vue 4 ●●●● patch | view | raw | blame | history
src/components/mini/box13-reply.vue 11 ●●●● patch | view | raw | blame | history
src/components/mini/box14-video.vue 2 ●●● patch | view | raw | blame | history
src/components/swichLabel/main1-home.vue 2 ●●● patch | view | raw | blame | history
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>
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,
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"
            }
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,