From d4fd61376c1698f8b9241cdd1bf4819c67ea22e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 7 Mar 2026 01:38:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(dealer):=20=E6=9B=B4=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=87=E9=A2=98=E5=92=8C=E6=96=87=E6=A1=88=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将导航栏标题从"桂乐淘分享中心"改为"账户管理中心" - 移除提现金额表单项的必填标识 - 修复提现注意事项中的错别字"再"改为"在" - 统一更新用户组件中的页面标题显示 - 将用户网格组件中的"我的服务"改为"桂乐淘服务中心" --- src/dealer/index.config.ts | 2 +- src/dealer/qrcode/index.config.ts | 2 +- src/dealer/withdraw/index.tsx | 4 ++-- src/pages/user/components/IsDealer.tsx | 4 ++-- src/pages/user/components/UserGrid.tsx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/dealer/index.config.ts b/src/dealer/index.config.ts index 18e1216..babaa66 100644 --- a/src/dealer/index.config.ts +++ b/src/dealer/index.config.ts @@ -1,3 +1,3 @@ export default definePageConfig({ - navigationBarTitleText: '桂乐淘分享中心' + navigationBarTitleText: '账户管理中心' }) diff --git a/src/dealer/qrcode/index.config.ts b/src/dealer/qrcode/index.config.ts index 8c86bc6..7abe843 100644 --- a/src/dealer/qrcode/index.config.ts +++ b/src/dealer/qrcode/index.config.ts @@ -1,5 +1,5 @@ export default definePageConfig({ - navigationBarTitleText: '桂乐淘分享中心', + navigationBarTitleText: '账户管理中心', // Enable "Share to friends" and "Share to Moments" (timeline) for this page. enableShareAppMessage: true, enableShareTimeline: true diff --git a/src/dealer/withdraw/index.tsx b/src/dealer/withdraw/index.tsx index cbb068b..881de55 100644 --- a/src/dealer/withdraw/index.tsx +++ b/src/dealer/withdraw/index.tsx @@ -487,7 +487,7 @@ const DealerWithdraw: React.FC = () => { labelPosition="top" > - + { 注意事项: 1. 提取佣金必须完成实名认证。 - 2. 佣金非自动到账,再您提取佣金申请通过后,请手动到我的申请记录点击领取。 + 2. 佣金非自动到账,在您提取佣金申请通过后,请手动到我的申请记录点击领取。 3. 桂乐淘温馨提示,请您依法依规申报所得,缴税相关税费。 diff --git a/src/pages/user/components/IsDealer.tsx b/src/pages/user/components/IsDealer.tsx index afafba5..88d3008 100644 --- a/src/pages/user/components/IsDealer.tsx +++ b/src/pages/user/components/IsDealer.tsx @@ -52,7 +52,7 @@ const IsDealer = () => { {config?.vipText || '桂乐淘分享中心'} + className={'pl-3 text-orange-100 font-medium'}>{config?.vipText || '账户管理中心'} {/*门店核销*/} } @@ -76,7 +76,7 @@ const IsDealer = () => { title={ - {config?.vipText || '桂乐淘分享中心'} + {config?.vipText || '账户管理中心'} {config?.vipComments || ''} } diff --git a/src/pages/user/components/UserGrid.tsx b/src/pages/user/components/UserGrid.tsx index 059ac15..5a931e5 100644 --- a/src/pages/user/components/UserGrid.tsx +++ b/src/pages/user/components/UserGrid.tsx @@ -39,7 +39,7 @@ const UserCell = () => { return ( <> - 我的服务 + 桂乐淘服务中心