大数据统计,review by redding
Showing
1 changed file
with
5 additions
and
5 deletions
@@ -479,11 +479,11 @@ export function getRecommendBrand() { | @@ -479,11 +479,11 @@ export function getRecommendBrand() { | ||
479 | let LIST = []; | 479 | let LIST = []; |
480 | let I_INDEX = 1; | 480 | let I_INDEX = 1; |
481 | for (var i = 0; i < newBrandList.length; i++) { | 481 | for (var i = 0; i < newBrandList.length; i++) { |
482 | - let item = hotBrandList[i]; | ||
483 | - hotBrandList[i].F_ID = 1003; | ||
484 | - hotBrandList[i].F_INDEX = F_INDEX; | ||
485 | - hotBrandList[i].F_NM = '新入驻品牌'; | ||
486 | - hotBrandList[i].I_INDEX = I_INDEX; | 482 | + let item = newBrandList[i]; |
483 | + newBrandList[i].F_ID = 1003; | ||
484 | + newBrandList[i].F_INDEX = F_INDEX; | ||
485 | + newBrandList[i].F_NM = '新入驻品牌'; | ||
486 | + newBrandList[i].I_INDEX = I_INDEX; | ||
487 | LIST.push({ | 487 | LIST.push({ |
488 | I_INDEX, | 488 | I_INDEX, |
489 | BRAND_ID: item.brand_id, | 489 | BRAND_ID: item.brand_id, |
-
Please register or login to post a comment