Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
project
jinfa-admin
Commits
080262a8
Commit
080262a8
authored
Sep 29, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dix: B端商城装修bug修复
parent
95e3c7e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
index.tsx
...ges/pageCustomized/components/drawers/mixDrawer/index.tsx
+2
-2
config.ts
src/pages/pageCustomized/mobileEdit/config.ts
+4
-4
index.tsx
...bileSettingPanel/propsSettings/components/shops/index.tsx
+1
-1
No files found.
src/pages/pageCustomized/components/drawers/mixDrawer/index.tsx
View file @
080262a8
...
...
@@ -238,8 +238,8 @@ const MixDrawer: React.FC<MixDrawerProps> = (props: MixDrawerProps) => {
},
},
{
title
:
'
memberN
ame'
,
dataIndex
:
'
memberN
ame'
,
title
:
'
n
ame'
,
dataIndex
:
'
n
ame'
,
}
]
);
...
...
src/pages/pageCustomized/mobileEdit/config.ts
View file @
080262a8
...
...
@@ -203,13 +203,13 @@ export const defaultConfig: PageConfigType = {
},
'11'
:
{
loop
:
'${recommendShops}'
,
title
:
'${item.
memberN
ame}'
,
title
:
'${item.
n
ame}'
,
componentName
:
'RecommendShop.Item'
,
props
:
{
id
:
'${item.id}'
,
registerYears
:
'${item.registerYears}'
,
creditPoint
:
'${item.creditPoint}'
,
memberName
:
'${item.
memberN
ame}'
,
memberName
:
'${item.
n
ame}'
,
logo
:
'${item.logo}'
,
productList
:
'${item.productList}'
,
productIds
:
'${item.productIds}'
,
...
...
@@ -277,11 +277,11 @@ export const defaultConfig: PageConfigType = {
'18'
:
{
loop
:
'${recommendShopList}'
,
componentName
:
'RecommendShopList.Item'
,
title
:
'${item.
memberN
ame}'
,
title
:
'${item.
n
ame}'
,
props
:
{
id
:
'${item.id}'
,
logo
:
'${item.logo}'
,
memberName
:
'${item.
memberN
ame}'
,
memberName
:
'${item.
n
ame}'
,
registerYears
:
'${item.registerYears}'
,
creditPoint
:
'${item.creditPoint}'
,
productList
:
'${item.productList}'
,
...
...
src/pages/pageCustomized/mobileSettingPanel/propsSettings/components/shops/index.tsx
View file @
080262a8
...
...
@@ -103,7 +103,7 @@ const RecomendShops: React.FC<BannerClientProps> = (props: BannerClientProps) =>
return
}
changeProps
({
title
:
record
.
name
||
record
.
memberName
,
title
:
record
.
name
,
props
:
Object
.
assign
({
...
props
},
{
productIds
:
[...
productIds
,
...
record
.
map
((
item
)
=>
item
.
id
)],
productList
:
[...
productList
,
...
record
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment