Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
郝肖肖
9 years ago
Commit
4ee898467f4c20adb0130c6d0cf98b14d89e5a94
1 parent
b26eec4c
购物车 REC_POSE
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
static/js/product/recommend-for-you-cart.js
static/js/product/recommend-for-you-cart.js
View file @
4ee8984
...
...
@@ -23,7 +23,7 @@ $.get('/product/recommend-for-you/cart').then(function(html) {
});
window
.
givePoint
({
'REC_POSE'
:
10003
,
'REC_POSE'
:
1
1
0003
,
'PRD_ID'
:
PRDID
.
join
(
','
),
'PRD_NUM'
:
$
(
'.recommend-for-you .good-info'
).
length
,
'ACTION_ID'
:
0
,
...
...
@@ -34,7 +34,7 @@ $.get('/product/recommend-for-you/cart').then(function(html) {
var
index
=
$
(
this
).
closest
(
'.good-info'
).
index
()
+
1
;
window
.
givePoint
({
'REC_POSE'
:
10003
,
'REC_POSE'
:
1
1
0003
,
'PRD_ID'
:
$
(
this
).
closest
(
'.good-info'
).
data
(
'id'
),
'PRD_NUM'
:
index
,
'ACTION_ID'
:
1
,
...
...
Please
register
or
login
to post a comment