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 余额 - +
*/}