Showing
1 changed file
with
2 additions
and
2 deletions
@@ -23,7 +23,7 @@ $.get('/product/recommend-for-you/cart').then(function(html) { | @@ -23,7 +23,7 @@ $.get('/product/recommend-for-you/cart').then(function(html) { | ||
23 | }); | 23 | }); |
24 | 24 | ||
25 | window.givePoint({ | 25 | window.givePoint({ |
26 | - 'REC_POSE': 10003, | 26 | + 'REC_POSE': 110003, |
27 | 'PRD_ID': PRDID.join(','), | 27 | 'PRD_ID': PRDID.join(','), |
28 | 'PRD_NUM': $('.recommend-for-you .good-info').length, | 28 | 'PRD_NUM': $('.recommend-for-you .good-info').length, |
29 | 'ACTION_ID': 0, | 29 | 'ACTION_ID': 0, |
@@ -34,7 +34,7 @@ $.get('/product/recommend-for-you/cart').then(function(html) { | @@ -34,7 +34,7 @@ $.get('/product/recommend-for-you/cart').then(function(html) { | ||
34 | var index = $(this).closest('.good-info').index() + 1; | 34 | var index = $(this).closest('.good-info').index() + 1; |
35 | 35 | ||
36 | window.givePoint({ | 36 | window.givePoint({ |
37 | - 'REC_POSE': 10003, | 37 | + 'REC_POSE': 110003, |
38 | 'PRD_ID': $(this).closest('.good-info').data('id'), | 38 | 'PRD_ID': $(this).closest('.good-info').data('id'), |
39 | 'PRD_NUM': index, | 39 | 'PRD_NUM': index, |
40 | 'ACTION_ID': 1, | 40 | 'ACTION_ID': 1, |
-
Please register or login to post a comment