fix(dealer): 更新页面标题和文案内容

- 将导航栏标题从"桂乐淘分享中心"改为"账户管理中心"
- 移除提现金额表单项的必填标识
- 修复提现注意事项中的错别字"再"改为"在"
- 统一更新用户组件中的页面标题显示
- 将用户网格组件中的"我的服务"改为"桂乐淘服务中心"
This commit is contained in:
2026-03-07 01:38:27 +08:00
parent b27421fd6e
commit d4fd61376c
5 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
export default definePageConfig({
navigationBarTitleText: '桂乐淘分享中心'
navigationBarTitleText: '账户管理中心'
})

View File

@@ -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

View File

@@ -487,7 +487,7 @@ const DealerWithdraw: React.FC = () => {
labelPosition="top"
>
<CellGroup>
<Form.Item name="amount" label="提现金额" required>
<Form.Item name="amount" label="提现金额">
<Input
placeholder="请输入提现金额"
type="number"
@@ -522,7 +522,7 @@ const DealerWithdraw: React.FC = () => {
<Text className="text-sm text-red-500">
1.
2.
2.
3.
</Text>
</View>