master #1

Open
gxwebsoft wants to merge 108 commits from developer/template-10584:master into master
5 changed files with 7 additions and 7 deletions
Showing only changes of commit d4fd61376c - Show all commits

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>

View File

@@ -52,7 +52,7 @@ const IsDealer = () => {
<View style={{display: 'inline-flex', alignItems: 'center'}}>
<Reward className={'text-orange-100 '} size={16}/>
<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>*/}
</View>
}
@@ -76,7 +76,7 @@ const IsDealer = () => {
title={
<View style={{display: 'inline-flex', alignItems: 'center'}}>
<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>
</View>
}

View File

@@ -39,7 +39,7 @@ const UserCell = () => {
return (
<>
<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>
<Grid
columns={4}