From f8a4cbfb51087d15fe7b20a00e636f0a20e2b20a Mon Sep 17 00:00:00 2001 From: liguigong Date: Mon, 29 Sep 2025 10:17:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(user):=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E6=80=A7=E5=88=AB=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了无效的 computed() 调用- 修复了性别选择器的值绑定逻辑 - 确保用户信息正确响应式更新 --- pages/user/info.vue | 69 ++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/pages/user/info.vue b/pages/user/info.vue index cd23555..bb81356 100644 --- a/pages/user/info.vue +++ b/pages/user/info.vue @@ -1,24 +1,24 @@