Commit 06f002cf authored by GuanHua's avatar GuanHua

fix: 渠道商城装修问题

parent 072aaa09
......@@ -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,
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment