From 50c98cdcf7a0bb63cd2ab534304ee857354495ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 22 Jul 2026 13:22:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(user):=20=E5=88=A0=E9=99=A4=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E4=BF=A1=E6=81=AF=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除用户资料页面中的门店名称输入框 - 移除用户资料页面中的门店地址输入框 - 简化用户页面界面布局,提高界面整洁度 --- .idea/workspace.xml | 39 ++++++++++++++++---------------------- src/pages/user/profile.tsx | 24 ----------------------- 2 files changed, 16 insertions(+), 47 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 255e3cf..65aed59 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,16 +4,9 @@