Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node-activity
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
2019-11-26 16:17:23 +0800
Commit
b9e07fe7f71f78d91fb33efcfdd417f1b45bcbb7
1 parent
47806f23
fix(发现好货): 曝光事件上报index错误 reviewed by wenwen.zhang
@zhangwenxue
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/find-goods/report.js
public/js/activity/find-goods/report.js
View file @
b9e07fe
...
...
@@ -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'
),
...
...
Please
register
or
login
to post a comment