Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hongweigao
2016-11-11 19:47:53 +0800
Commit
4a15fb2f5521afc1578d213f5661c2257acd0a63
1 parent
d480c391
详情页加入购物车埋点
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/js/product/detail.page.js
public/js/product/detail.page.js
View file @
4a15fb2
...
...
@@ -415,6 +415,9 @@ bindEvent.add(function() {
return
;
}
// 加入购物车埋點
yas
.
givePoint
(
'YB_GDS_DT_ADD_TO_SC'
,
{
PRD_ID
:
getSku
(),
PRD_NUM
:
getNum
()
});
$
.
ajax
({
type
:
'POST'
,
url
:
'/cart/index/add'
,
...
...
Please
register
or
login
to post a comment