From 43cfec18ab391706954fb84450d78344bd7923f4 Mon Sep 17 00:00:00 2001 From: dzq Date: Sat, 10 May 2025 15:41:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(user):=20=E4=BF=AE=E5=A4=8D=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=A4=B4=E5=83=8F=E6=9C=AA=E6=98=BE=E7=A4=BA=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在用户头像未提供时,添加默认的SVG图标作为占位符,提升用户体验。同时移除性别显示,简化用户信息展示。 --- src/views/user/qy/index.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/user/qy/index.vue b/src/views/user/qy/index.vue index b1c95b6..a8a6940 100644 --- a/src/views/user/qy/index.vue +++ b/src/views/user/qy/index.vue @@ -60,10 +60,21 @@ watch(
- + + +