From 00e46dcc41d259b33e6c6c9771b7e2fe2ab95401 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Thu, 04 Aug 2022 18:45:58 +0800 Subject: [PATCH] 更新消息盒子 --- src/components/mini/box13-reply.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/mini/box13-reply.vue b/src/components/mini/box13-reply.vue index 4b2c896..c5ef6b2 100644 --- a/src/components/mini/box13-reply.vue +++ b/src/components/mini/box13-reply.vue @@ -15,11 +15,11 @@ <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-icon slot="prefix" type="lock" style="color:rgba(0,0,0,.25)"/> </a-input-password> </a-form-model-item> </a-form-model> -- Gitblit v1.9.1