add hotBrand bug review by xiaoxiong
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -815,10 +815,10 @@ function homeFloorAutoReportData(list,channel) { | @@ -815,10 +815,10 @@ function homeFloorAutoReportData(list,channel) { | ||
815 | let params = autoReportData(channlStr,floorName,floorID,floorIndex,inFloorIndex,actionUrl); | 815 | let params = autoReportData(channlStr,floorName,floorID,floorIndex,inFloorIndex,actionUrl); |
816 | hotBrandsItem.yh_exposureData = params; | 816 | hotBrandsItem.yh_exposureData = params; |
817 | } | 817 | } |
818 | - | 818 | + let inFloorIndex = parseInt(hotBrandsList.length) + 1; |
819 | let hotBrandsMore = item.data.image; | 819 | let hotBrandsMore = item.data.image; |
820 | let actionUrl = hotBrandsMore.url?hotBrandsMore.url:''; | 820 | let actionUrl = hotBrandsMore.url?hotBrandsMore.url:''; |
821 | - let param = autoReportData(channlStr,floorName,floorID,floorIndex,6,actionUrl); | 821 | + let param = autoReportData(channlStr,floorName,floorID,floorIndex,inFloorIndex,actionUrl); |
822 | hotBrandsMore.yh_exposureData = param; | 822 | hotBrandsMore.yh_exposureData = param; |
823 | 823 | ||
824 | break; | 824 | break; |
-
Please register or login to post a comment