From f552ad2b4e333631f5e7fbd0f3f089e93e15e6b0 Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Sun, 8 Feb 2026 13:47:47 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=AE=8C=E5=96=84=E6=80=A7=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/case-home.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/home/case-home.vue b/pages/home/case-home.vue index a715296..365f90d 100644 --- a/pages/home/case-home.vue +++ b/pages/home/case-home.vue @@ -226,7 +226,8 @@ function getTeamId() { function hasCompleteUserInfo() { const userId = getUserId(); const corpId = String(account.value?.corpId || doctorInfo.value?.corpId || '') || ''; - return Boolean(corpId && userId); + const anotherName = String(doctorInfo.value?.anotherName || '').trim(); + return Boolean(corpId && userId && anotherName); } function ensureUserInfoForFeature() {