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
linweijiong
jinfa-platform
Commits
5805d4c6
Commit
5805d4c6
authored
Sep 10, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 渠道app商城装修开发
parent
2f088a76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
index.tsx
...anel/propsSettings/components/marketingCardGood/index.tsx
+1
-1
index.tsx
src/pages/mobileTemplate/channelTemplateEdit/index.tsx
+2
-0
No files found.
src/pages/editor/mobileSettingPanel/propsSettings/components/marketingCardGood/index.tsx
View file @
5805d4c6
...
...
@@ -35,7 +35,7 @@ const MarketingCardGood: React.FC<MarketingCardGoodProps> = (props: MarketingCar
useEffect
(()
=>
{
if
(
id
&&
id
!=
record
[
0
]?.
id
)
{
PublicApi
.
postMarketingAdornActivityGoodsBatch
Adorn
({
ids
:
id
}).
then
((
res
)
=>
{
PublicApi
.
getMarketingAdornActivityGoods
Adorn
({
ids
:
id
}).
then
((
res
)
=>
{
if
(
res
.
code
===
1000
)
{
setRecord
(
res
.
data
);
}
...
...
src/pages/mobileTemplate/channelTemplateEdit/index.tsx
View file @
5805d4c6
...
...
@@ -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月钢市价格走势判断'
,
}
...
...
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