...
|
...
|
@@ -479,11 +479,11 @@ export function getRecommendBrand() { |
|
|
let LIST = [];
|
|
|
let I_INDEX = 1;
|
|
|
for (var i = 0; i < newBrandList.length; i++) {
|
|
|
let item = hotBrandList[i];
|
|
|
hotBrandList[i].F_ID = 1003;
|
|
|
hotBrandList[i].F_INDEX = F_INDEX;
|
|
|
hotBrandList[i].F_NM = '新入驻品牌';
|
|
|
hotBrandList[i].I_INDEX = I_INDEX;
|
|
|
let item = newBrandList[i];
|
|
|
newBrandList[i].F_ID = 1003;
|
|
|
newBrandList[i].F_INDEX = F_INDEX;
|
|
|
newBrandList[i].F_NM = '新入驻品牌';
|
|
|
newBrandList[i].I_INDEX = I_INDEX;
|
|
|
LIST.push({
|
|
|
I_INDEX,
|
|
|
BRAND_ID: item.brand_id,
|
...
|
...
|
|