Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-mall
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-mall
Commits
94aa895d
Commit
94aa895d
authored
Mar 03, 2022
by
Bill
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://10.0.0.22:3000/lingxi/lingxi-mall
into dev
parents
e70c56ce
bccabccf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
index.tsx
apps/self/web/components/Recommand/index.tsx
+1
-0
index.tsx
apps/self/web/page/index/index.tsx
+1
-0
shopLayout.tsx
apps/srm/web/layout/shopLayout.tsx
+2
-2
No files found.
apps/self/web/components/Recommand/index.tsx
View file @
94aa895d
...
...
@@ -113,6 +113,7 @@ const Recommand: React.FC<RecommandPropsType> = (props) => {
categoryId
,
memberId
,
roleId
,
shopId
:
mallInfo
.
id
,
}
getTemplateAdornWebSelfMemberCategoryAdorn
(
param
).
then
(
res
=>
{
...
...
apps/self/web/page/index/index.tsx
View file @
94aa895d
...
...
@@ -123,6 +123,7 @@ const Page: SFC<Props> = (props: Props): JSX.Element => {
categoryId
,
memberId
,
roleId
,
shopId
:
mallId
,
}
getTemplateAdornWebSelfMemberCategoryAdorn
(
param
).
then
(
res
=>
{
...
...
apps/srm/web/layout/shopLayout.tsx
View file @
94aa895d
...
...
@@ -90,9 +90,9 @@ const MallLayout: SFC<LayoutProps> = (
<
ShopTop
shopMessage=
{
{
...
shopMessage
}
}
logo=
{
mallInfo
?.
logoUrl
}
shopId=
{
shopMessage
?
shopMessage
.
id
:
"
1
"
}
shopId=
{
shopMessage
?
shopMessage
.
id
:
""
}
/>
<
ShopNav
shopId=
{
shopMessage
?
shopMessage
.
id
:
"
1
"
}
/>
<
ShopNav
shopId=
{
shopMessage
?
shopMessage
.
id
:
""
}
/>
<
div
className=
{
styles
.
container
}
>
{
shopMessage
?
props
.
children
&&
...
...
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