...
|
...
|
@@ -259,6 +259,7 @@ setTimeout(function() { |
|
|
PRD_ID: ids.join(','),
|
|
|
ACTION_ID: 0,
|
|
|
SORT_TYPE: 4,
|
|
|
PAGE_URL: location.href,
|
|
|
REC_ID: uuid(40) + '0000'
|
|
|
})
|
|
|
}, true);
|
...
|
...
|
@@ -394,6 +395,7 @@ $('.good-info', '.goods-list').click(function() { |
|
|
PRD_NUM: Number(index) + 1,
|
|
|
PRD_ID: goodid,
|
|
|
ACTION_ID: 1,
|
|
|
PAGE_URL: location.href,
|
|
|
REC_ID: uuid(40) + '0000'
|
|
|
})
|
|
|
};
|
...
|
...
|
|