From f2206b78012d594010bc6cee47a95a9ebab1ad1b Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 23 May 2024 21:24:52 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E9=83=A8=E5=88=86=E9=BB=98=E8=AE=A4=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/profile/BasicInfo.vue | 4 +-- src/views/setting/profile/Security.vue | 33 +++---------------------- 2 files changed, 6 insertions(+), 31 deletions(-) diff --git a/src/views/setting/profile/BasicInfo.vue b/src/views/setting/profile/BasicInfo.vue index 8611432..e3e1084 100644 --- a/src/views/setting/profile/BasicInfo.vue +++ b/src/views/setting/profile/BasicInfo.vue @@ -36,11 +36,11 @@ - {{ userInfo.phone }} + {{ userInfo.phone || '暂无' }} - {{ userInfo.email }} + {{ userInfo.email || '暂无' }} diff --git a/src/views/setting/profile/Security.vue b/src/views/setting/profile/Security.vue index 6403177..482a853 100644 --- a/src/views/setting/profile/Security.vue +++ b/src/views/setting/profile/Security.vue @@ -37,7 +37,6 @@