Authored by shuaiguo

fix(发现好货): 曝光事件上报index错误 reviewed by wenwen.zhang

@zhangwenxue
... ... @@ -88,7 +88,7 @@ class GoodsShowYasRpter {
if ($.inviewport($theA, { threshold: 0 })) {
// 是商品并且可见
goodsRawArr.push({
I_INDEX: aIndex + 1,
I_INDEX: i + 1,
PRD_SKN: $theA.attr('skn'),
ARTICLE_ID: $theA.attr('articleId'),
AUTHOR_ID: $theA.attr('authorUid'),
... ...