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 @@
-
+
-
-
-
-
-
-
-
-
+
@@ -67,7 +60,7 @@
-
+
@@ -90,8 +83,8 @@
-
+
@@ -125,15 +118,7 @@
-
-
-
-
- 1775905427131
-
-
-
- 1775905427131
+
@@ -519,7 +504,15 @@
1784653464775
-
+
+
+ 1784697551142
+
+
+
+ 1784697551142
+
+
@@ -539,7 +532,6 @@
-
@@ -564,7 +556,8 @@
-
+
+
\ No newline at end of file
diff --git a/src/pages/user/profile.tsx b/src/pages/user/profile.tsx
index b7afc38..cd1c9a7 100644
--- a/src/pages/user/profile.tsx
+++ b/src/pages/user/profile.tsx
@@ -164,30 +164,6 @@ const ProfilePage: React.FC = () => {
{registerTime || '未知'}
- {/* 门店名称 */}
-
- 门店名称
- setForm(prev => ({ ...prev, merchantName: e.detail.value }))}
- maxlength={50}
- />
-
-
- {/* 门店地址 */}
-
- 门店地址
- setForm(prev => ({ ...prev, address: e.detail.value }))}
- maxlength={100}
- />
-
-
{/* 保存按钮 */}