...
|
...
|
@@ -99,7 +99,7 @@ class CategoryBContainer extends Component { |
|
|
let {currentChannelId, currentCateId} = this.props.categoryB;
|
|
|
let params = {
|
|
|
TAB_ID: currentChannelId + '',
|
|
|
F_ID: "F1",
|
|
|
F_ID: "1001",
|
|
|
F_NAME: "BANNER",
|
|
|
F_INDEX: "1",
|
|
|
L1_CATE: currentCateId + '',
|
...
|
...
|
@@ -117,7 +117,7 @@ class CategoryBContainer extends Component { |
|
|
//埋点
|
|
|
let params = {
|
|
|
TAB_ID: currentChannelId + '',
|
|
|
F_ID: "F2",
|
|
|
F_ID: "1002",
|
|
|
F_NAME: "MORE",
|
|
|
F_INDEX: "2",
|
|
|
L1_CATE: currentCateId + '',
|
...
|
...
|
@@ -135,7 +135,7 @@ class CategoryBContainer extends Component { |
|
|
let subcategoryId = value.category_id;
|
|
|
let params = {
|
|
|
TAB_ID: currentChannelId + '',
|
|
|
F_ID: "F2",
|
|
|
F_ID: "1002",
|
|
|
F_NAME: "全部"+currentCateValue,
|
|
|
F_INDEX: "2",
|
|
|
L1_CATE: currentCateId + '',
|
...
|
...
|
@@ -153,7 +153,7 @@ class CategoryBContainer extends Component { |
|
|
let {currentChannelId, currentCateId} = this.props.categoryB;
|
|
|
let params = {
|
|
|
TAB_ID: currentChannelId + '',
|
|
|
F_ID: "F3",
|
|
|
F_ID: "1003",
|
|
|
F_NAME: "热门品牌",
|
|
|
F_INDEX: "3",
|
|
|
L1_CATE: currentCateId + '',
|
...
|
...
|
|