...
|
...
|
@@ -23,7 +23,7 @@ $.get('/product/recommend-for-you/cart').then(function(html) { |
|
|
});
|
|
|
|
|
|
window.givePoint({
|
|
|
'REC_POSE': 10003,
|
|
|
'REC_POSE': 110003,
|
|
|
'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': 110003,
|
|
|
'PRD_ID': $(this).closest('.good-info').data('id'),
|
|
|
'PRD_NUM': index,
|
|
|
'ACTION_ID': 1,
|
...
|
...
|
|