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
d34afcf3fe88a4e5abac1a740e6afb29acf3282a
1 parent
b22cd282
购物车为您优选 商品单击埋点
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
web-static/js/cart/cart.js
web-static/js/cart/cart.js
View file @
d34afcf
...
...
@@ -212,6 +212,17 @@ function getTogetherProduct($obj, url, page) {
'ACTION_ID'
:
0
,
'page_num'
:
page
&&
page
.
page
?
page
.
page
:
1
});
$
(
'.givePoint ul a'
).
unbind
(
'click'
).
bind
(
'click'
,
function
()
{
window
.
givePoint
({
'REC_POSE'
:
120003
,
'PRD_ID'
:
$
(
this
).
closest
(
'li'
).
find
(
'.btn_view_s'
).
data
(
'id'
),
'PRD_NUM'
:
$
(
this
).
closest
(
'li'
).
index
(),
'ACTION_ID'
:
1
,
'page_num'
:
page
&&
page
.
page
?
page
.
page
:
1
});
return
true
;
});
}
}
});
...
...
Please
register
or
login
to post a comment