From 91add5939363660c410ac27f6d93de623d965d48 Mon Sep 17 00:00:00 2001 From: luorijun Date: Tue, 23 Dec 2025 17:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E4=BD=99=E9=A2=9D=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- .../admin/(dashboard)/_client/userCenter.tsx | 4 +-- src/app/admin/profile/page.tsx | 25 +++++++++---------- .../composites/purchase/long/right.tsx | 8 +++--- .../composites/purchase/short/right.tsx | 8 +++--- 5 files changed, 22 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 9cbcfd3..caaba99 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ 购买页固定套餐 -不要余额 - 优惠问题 ### 禁止直接依赖 form diff --git a/src/app/admin/(dashboard)/_client/userCenter.tsx b/src/app/admin/(dashboard)/_client/userCenter.tsx index d2f6a1b..82ed386 100644 --- a/src/app/admin/(dashboard)/_client/userCenter.tsx +++ b/src/app/admin/(dashboard)/_client/userCenter.tsx @@ -59,7 +59,7 @@ export default async function UserCenter() { )} -
+ {/*

账户余额

@@ -68,7 +68,7 @@ export default async function UserCenter() {

-
+
*/}

快捷入口

diff --git a/src/app/admin/profile/page.tsx b/src/app/admin/profile/page.tsx index 3364549..cf14124 100644 --- a/src/app/admin/profile/page.tsx +++ b/src/app/admin/profile/page.tsx @@ -35,9 +35,9 @@ export default async function ProfilePage(props: ProfilePageProps) { {/* 块信息 */}
- + {/* - 帐号余额(元) + 账户余额(元)

{user.balance}

@@ -45,6 +45,16 @@ export default async function ProfilePage(props: ProfilePageProps) { trigger: `h-10 px-6`, }}/>
+
*/} + + + + 修改密码 + + +

{user.phone}

+ +
@@ -79,17 +89,6 @@ export default async function ProfilePage(props: ProfilePageProps) {
- - {/* 安全信息 */} -
-

安全信息

-
-

{user.phone}

- -
-
- - {/* 基本信息 */}
diff --git a/src/components/composites/purchase/long/right.tsx b/src/components/composites/purchase/long/right.tsx index 6dd1d8a..42aacc9 100644 --- a/src/components/composites/purchase/long/right.tsx +++ b/src/components/composites/purchase/long/right.tsx @@ -172,7 +172,7 @@ function BalanceOrLogin(props: { onValueChange={field.onChange} className="flex flex-col gap-3"> -
+ {/*

余额icon 账户余额 @@ -181,16 +181,16 @@ function BalanceOrLogin(props: { {profile?.balance}

-
+
*/} - 余额 icon 余额 - + */} -
+ {/*

余额icon 账户余额 @@ -182,16 +182,16 @@ function BalanceOrLogin(props: { {profile.balance}

-
+
*/} - 余额 icon 余额 - +
*/}