Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
60f5dcdf7d3ccfd34420b20b6037ca47e2c29d65
1 parent
c3e7abcb
埋点代码 API参数对应错误 code review by bikai
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/js/product/list.js
static/js/product/list.js
View file @
60f5dcd
...
...
@@ -457,5 +457,6 @@ $listNav.on('touchstart', 'li', function() {
// 用于统计点击了商品列表的第几个商品,序号从1开始计算。
if
(
window
.
_yas
)
{
window
.
_yas
(
1
*
new
Date
(),
'1.0.13.2'
,
'yohobuy_m'
,
window
.
_ozuid
,
''
,
'#goods-container >div >div .good-thumb >img'
);
window
.
_yas
(
1
*
new
Date
(),
'1.0.13.2'
,
'yohobuy_m'
,
window
.
_ozuid
,
''
,
'#goods-container >div >div .good-thumb >img'
);
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment