Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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-admin
Commits
0715f844
Commit
0715f844
authored
Mar 01, 2022
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改app联营商城装修的问题
parent
8afbddcf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
index.tsx
src/pages/pageCustomized/mobileEdit/index.tsx
+3
-3
style.less
src/pages/user/login/style.less
+1
-0
No files found.
src/pages/pageCustomized/mobileEdit/index.tsx
View file @
0715f844
...
...
@@ -138,7 +138,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
}
break
case
2
:
const
shopDetails
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
].
details
||
[]
const
shopDetails
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
]
?
.
details
||
[]
const
shopResList
:
any
[]
=
[]
if
(
shopDetails
&&
shopDetails
.
length
>
0
)
{
const
memberShopInGoodsList
:
any
=
[]
...
...
@@ -169,7 +169,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
listRes
=
shopResList
break
case
3
:
const
brandDetails
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
].
details
||
[]
const
brandDetails
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
]
?
.
details
||
[]
let
brandDetailsIds
:
any
=
[]
const
brandResList
:
any
[]
=
[]
brandDetails
.
forEach
((
detailsItem
)
=>
{
...
...
@@ -198,7 +198,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
listRes
=
brandResList
break
case
4
:
const
infoIds
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
].
id
||
[]
const
infoIds
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
]
?
.
id
||
[]
idsRes
=
infoIds
if
(
idsRes
&&
idsRes
.
length
>
0
)
{
const
param
:
any
=
{
...
...
src/pages/user/login/style.less
View file @
0715f844
...
...
@@ -48,6 +48,7 @@
.login-form-box {
background-color: #fff;
height: 447px;
h2 {
line-height: 2;
...
...
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