fix(dealer): 更新页面标题和文案内容
- 将导航栏标题从"桂乐淘分享中心"改为"账户管理中心" - 移除提现金额表单项的必填标识 - 修复提现注意事项中的错别字"再"改为"在" - 统一更新用户组件中的页面标题显示 - 将用户网格组件中的"我的服务"改为"桂乐淘服务中心"
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
export default definePageConfig({
|
export default definePageConfig({
|
||||||
navigationBarTitleText: '桂乐淘分享中心'
|
navigationBarTitleText: '账户管理中心'
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
export default definePageConfig({
|
export default definePageConfig({
|
||||||
navigationBarTitleText: '桂乐淘分享中心',
|
navigationBarTitleText: '账户管理中心',
|
||||||
// Enable "Share to friends" and "Share to Moments" (timeline) for this page.
|
// Enable "Share to friends" and "Share to Moments" (timeline) for this page.
|
||||||
enableShareAppMessage: true,
|
enableShareAppMessage: true,
|
||||||
enableShareTimeline: true
|
enableShareTimeline: true
|
||||||
|
|||||||
@@ -487,7 +487,7 @@ const DealerWithdraw: React.FC = () => {
|
|||||||
labelPosition="top"
|
labelPosition="top"
|
||||||
>
|
>
|
||||||
<CellGroup>
|
<CellGroup>
|
||||||
<Form.Item name="amount" label="提现金额" required>
|
<Form.Item name="amount" label="提现金额">
|
||||||
<Input
|
<Input
|
||||||
placeholder="请输入提现金额"
|
placeholder="请输入提现金额"
|
||||||
type="number"
|
type="number"
|
||||||
@@ -522,7 +522,7 @@ const DealerWithdraw: React.FC = () => {
|
|||||||
<Text className="text-sm text-red-500">
|
<Text className="text-sm text-red-500">
|
||||||
注意事项:
|
注意事项:
|
||||||
1. 提取佣金必须完成实名认证。
|
1. 提取佣金必须完成实名认证。
|
||||||
2. 佣金非自动到账,再您提取佣金申请通过后,请手动到我的申请记录点击领取。
|
2. 佣金非自动到账,在您提取佣金申请通过后,请手动到我的申请记录点击领取。
|
||||||
3. 桂乐淘温馨提示,请您依法依规申报所得,缴税相关税费。
|
3. 桂乐淘温馨提示,请您依法依规申报所得,缴税相关税费。
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ const IsDealer = () => {
|
|||||||
<View style={{display: 'inline-flex', alignItems: 'center'}}>
|
<View style={{display: 'inline-flex', alignItems: 'center'}}>
|
||||||
<Reward className={'text-orange-100 '} size={16}/>
|
<Reward className={'text-orange-100 '} size={16}/>
|
||||||
<Text style={{fontSize: '16px'}}
|
<Text style={{fontSize: '16px'}}
|
||||||
className={'pl-3 text-orange-100 font-medium'}>{config?.vipText || '桂乐淘分享中心'}</Text>
|
className={'pl-3 text-orange-100 font-medium'}>{config?.vipText || '账户管理中心'}</Text>
|
||||||
{/*<Text className={'text-white opacity-80 pl-3'}>门店核销</Text>*/}
|
{/*<Text className={'text-white opacity-80 pl-3'}>门店核销</Text>*/}
|
||||||
</View>
|
</View>
|
||||||
}
|
}
|
||||||
@@ -76,7 +76,7 @@ const IsDealer = () => {
|
|||||||
title={
|
title={
|
||||||
<View style={{display: 'inline-flex', alignItems: 'center'}}>
|
<View style={{display: 'inline-flex', alignItems: 'center'}}>
|
||||||
<Reward className={'text-orange-100 '} size={16}/>
|
<Reward className={'text-orange-100 '} size={16}/>
|
||||||
<Text style={{fontSize: '16px'}} className={'pl-3 text-orange-100 font-medium'}>{config?.vipText || '桂乐淘分享中心'}</Text>
|
<Text style={{fontSize: '16px'}} className={'pl-3 text-orange-100 font-medium'}>{config?.vipText || '账户管理中心'}</Text>
|
||||||
<Text className={'text-white opacity-80 pl-3'}>{config?.vipComments || ''}</Text>
|
<Text className={'text-white opacity-80 pl-3'}>{config?.vipComments || ''}</Text>
|
||||||
</View>
|
</View>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ const UserCell = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<View className="bg-white mx-4 mt-4 rounded-xl">
|
<View className="bg-white mx-4 mt-4 rounded-xl">
|
||||||
<View className="font-semibold text-gray-800 pt-4 pl-4">我的服务</View>
|
<View className="font-semibold text-gray-800 pt-4 pl-4">桂乐淘服务中心</View>
|
||||||
<ConfigProvider>
|
<ConfigProvider>
|
||||||
<Grid
|
<Grid
|
||||||
columns={4}
|
columns={4}
|
||||||
|
|||||||
Reference in New Issue
Block a user