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
59f68910
Commit
59f68910
authored
Mar 05, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: app渠道商城装修页面开发
parent
f55385c2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
router.config.json
config/router.config.json
+0
-0
index.tsx
src/pages/editor/customComponents/ChannelCategory/index.tsx
+0
-1
index.less
...pages/editor/customComponents/ChannelGoodsCard/index.less
+6
-6
index.tsx
...tingPanel/propsSettings/components/channelGoods/index.tsx
+2
-0
No files found.
config/router.config.json
View file @
59f68910
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/pages/editor/customComponents/ChannelCategory/index.tsx
View file @
59f68910
...
...
@@ -27,7 +27,6 @@ const MobileChannelCategory: React.FC<MobileQuickNavPropsType> = (props) => {
const
carouselRef
:
any
=
useRef
()
useEffect
(()
=>
{
console
.
log
(
dataList
,
"dataList"
)
if
(
isArray
(
dataList
))
{
setNavList
(
arrayGroupsByCount
(
dataList
,
10
))
}
...
...
src/pages/editor/customComponents/ChannelGoodsCard/index.less
View file @
59f68910
...
...
@@ -34,7 +34,7 @@
background: linear-gradient(84deg, #C0C3D8 0%, #DDE1F5 100%);
.lingxi-goods-list-item-more {
background-color: rgba(
48, 49, 51
, 0.1);
background-color: rgba(
61, 66, 99
, 0.1);
}
}
...
...
@@ -43,7 +43,7 @@
background: linear-gradient(84deg, #F3C4C4 0%, #FFEFEF 100%);
.lingxi-goods-list-item-more {
background-color: rgba(
48, 49, 51
, 0.1);
background-color: rgba(
181, 56, 56
, 0.1);
}
}
...
...
@@ -52,7 +52,7 @@
background: linear-gradient(135deg, #F6DDB7 0%, #F6E4CF 100%);
.lingxi-goods-list-item-more {
background-color: rgba(
48, 49, 51
, 0.1);
background-color: rgba(
193, 130, 35
, 0.1);
}
}
...
...
@@ -61,7 +61,7 @@
background: linear-gradient(135deg, #ABE4D2 0%, #D7F8EE 100%);
.lingxi-goods-list-item-more {
background-color: rgba(
48, 49, 51
, 0.1);
background-color: rgba(
0, 143, 114
, 0.1);
}
}
...
...
@@ -70,7 +70,7 @@
background: linear-gradient(135deg, #B3D4F6 0%, #DEE7FF 100%);
.lingxi-goods-list-item-more {
background-color: rgba(4
8, 49, 51
, 0.1);
background-color: rgba(4
6, 119, 194
, 0.1);
}
}
...
...
@@ -79,7 +79,7 @@
background: linear-gradient(135deg, #C6C0E9 0%, #ECEAF8 100%);
.lingxi-goods-list-item-more {
background-color: rgba(
48, 49, 51
, 0.1);
background-color: rgba(
82, 67, 170
, 0.1);
}
}
...
...
src/pages/editor/mobileSettingPanel/propsSettings/components/channelGoods/index.tsx
View file @
59f68910
...
...
@@ -27,6 +27,7 @@ import styles from './index.less'
interface
DataItemType
{
id
:
number
,
style
:
number
,
title
:
string
,
viceTitle
:
string
,
productIdList
:
number
[]
...
...
@@ -146,6 +147,7 @@ const ChannelGoods: React.FC<QualityPropsType> = (props) => {
const
newList
=
[...
list
]
const
newItem
:
DataItemType
=
{
id
:
newList
.
length
+
1
,
style
:
0
,
expand
:
true
,
title
:
""
,
viceTitle
:
""
,
...
...
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