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
陈智峰
jinfa-admin
Commits
7698a7c2
Commit
7698a7c2
authored
Mar 02, 2022
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2' of
http://10.0.0.22:3000/lingxi/lingxi-business-system
into v2
parents
39637abc
026cb0d9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
editPanel.tsx
...zed/categoryNavigation/components/EditPanel/editPanel.tsx
+1
-1
index.tsx
src/pages/pageCustomized/categoryNavigation/index.tsx
+2
-2
index.tsx
src/pages/pageCustomized/mobileEdit/index.tsx
+3
-3
style.less
src/pages/user/login/style.less
+2
-2
No files found.
src/pages/pageCustomized/categoryNavigation/components/EditPanel/editPanel.tsx
View file @
7698a7c2
...
...
@@ -79,7 +79,7 @@ const EditPanel = () => {
return
;
}
if
(
activeKey
===
null
&&
selectedInfo
!==
null
)
{
message
.
info
(
"请先选择一级导航类型"
);
message
.
info
(
{
content
:
"请先选择一级导航类型"
,
key
:
'first'
}
);
const
primaryTabProps
=
pageConfig
[
domKey
!
].
props
;
setFormValue
({
primary
:
primaryTabProps
?.
id
,
...
...
src/pages/pageCustomized/categoryNavigation/index.tsx
View file @
7698a7c2
import
React
,
{
useEffect
,
useState
}
from
'react'
;
import
{
Spin
,
message
}
from
'antd'
;
import
{
BrickProvider
,
createActions
,
ModuleTree
,
useSelector
}
from
'@linkseeks/design-react'
;
import
{
BrickProvider
,
createActions
,
ModuleTree
,
ModuleTreeCollapse
,
useSelector
}
from
'@linkseeks/design-react'
;
import
{
history
}
from
'umi'
;
import
styles
from
'./index.less'
;
...
...
@@ -139,7 +139,7 @@ const CategoryNavigation = () => {
};
return
(
<
Spin
spinning=
{
false
}
>
<
Spin
spinning=
{
loading
}
>
<
BrickProvider
config=
{
configs
}
warn=
{
(
msg
:
string
)
=>
{
...
...
src/pages/pageCustomized/mobileEdit/index.tsx
View file @
7698a7c2
...
...
@@ -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 @
7698a7c2
...
...
@@ -48,6 +48,7 @@
.login-form-box {
background-color: #fff;
height: 447px;
h2 {
line-height: 2;
...
...
@@ -142,4 +143,4 @@
75% {
transform: scale(1.5);
}
}
\ No newline at end of file
}
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