Commit 5805d4c6 authored by GuanHua's avatar GuanHua

feat: 渠道app商城装修开发

parent 2f088a76
......@@ -35,7 +35,7 @@ const MarketingCardGood: React.FC<MarketingCardGoodProps> = (props: MarketingCar
useEffect(() => {
if (id && id != record[0]?.id) {
PublicApi.postMarketingAdornActivityGoodsBatchAdorn({ ids: id }).then((res) => {
PublicApi.getMarketingAdornActivityGoodsAdorn({ ids: id }).then((res) => {
if (res.code === 1000) {
setRecord(res.data);
}
......
......@@ -232,6 +232,8 @@ const mobileShopTempleteEdit: React.FC<ShopPreviewPropsType> = (props) => {
top: defaultHeaderNavData,
channelName: channelInfo.memberName,
categoryList: await getFirstCategoryList(),
navList: appConfig?.navList ? appConfig?.navList.details : [],
advert: appConfig?.advert ? appConfig?.advert.details : [],
informationTitle: '8月钢市价格走势判断',
}
......
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