Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
陈智峰
jinfa-platform
Commits
06f002cf
Commit
06f002cf
authored
Mar 16, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 渠道商城装修问题
parent
072aaa09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
index.tsx
src/pages/editor/components/toolBar/index.tsx
+1
-0
index.tsx
src/pages/mobileTemplate/channelTemplateEdit/index.tsx
+5
-0
No files found.
src/pages/editor/components/toolBar/index.tsx
View file @
06f002cf
...
...
@@ -91,6 +91,7 @@ const ToolBar: React.FC<ToolBarPropsType> = (props) => {
topDetailsBOList
:
componentConfigsItem
.
props
.
dataList
||
[]
}
break
case
"mobileChannelBanner"
:
case
PROPS_TYPES
.
mobileBanner
:
param
.
appChannelBO
.
advertBO
=
{
status
:
false
,
...
...
src/pages/mobileTemplate/channelTemplateEdit/index.tsx
View file @
06f002cf
...
...
@@ -188,6 +188,11 @@ const mobileShopTempleteEdit: React.FC<ShopPreviewPropsType> = (props) => {
}
}
if
(
appConfig
?.
topBO
)
{
mobileChannelHeaderNav
[
mobileChannelHeaderNav
.
key
].
props
.
styleTheme
=
appConfig
?.
topBO
.
style
mobileChannelHeaderNav
[
mobileChannelHeaderNav
.
key
].
props
.
dataList
=
appConfig
?.
topBO
.
topDetailsBOList
}
if
(
appConfig
?.
advertBO
)
{
mobileBanner
[
mobileBanner
.
key
].
props
.
channelMemberId
=
channelInfo
.
memberId
mobileBanner
[
mobileBanner
.
key
].
props
.
dataList
=
appConfig
?.
advertBO
.
advertDetailsBOList
...
...
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