Commit 59f68910 authored by GuanHua's avatar GuanHua

feat: app渠道商城装修页面开发

parent f55385c2
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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))
}
......
......@@ -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(48, 49, 51, 0.1);
background-color: rgba(46, 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);
}
}
......
......@@ -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: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment