...
|
...
|
@@ -104,19 +104,21 @@ function pageChange(self, $ul, page, itemWith, curPage, num) { |
|
|
});
|
|
|
|
|
|
//为您优选埋点 start
|
|
|
$rcUl.find('li').each(function() {
|
|
|
PRDID.push($(this).find('a').data('id'));
|
|
|
});
|
|
|
|
|
|
window.givePoint({
|
|
|
'REC_POSE': 120004,
|
|
|
'PRD_ID': PRDID.join(','),
|
|
|
'PRD_NUM': $rcUl.find('li').length,
|
|
|
'ACTION_ID': 0,
|
|
|
'page_num': 1
|
|
|
});
|
|
|
setTimeout(function() {
|
|
|
$rcUl.find('li').each(function() {
|
|
|
PRDID.push($(this).find('a').data('id'));
|
|
|
});
|
|
|
|
|
|
window.givePoint({
|
|
|
'REC_POSE': 120004,
|
|
|
'PRD_ID': PRDID.join(','),
|
|
|
'PRD_NUM': $rcUl.find('li').length,
|
|
|
'ACTION_ID': 0,
|
|
|
'page_num': 1
|
|
|
});
|
|
|
}, 100);
|
|
|
|
|
|
$rcUl.find('li a').unbind('click').bind('click', function() {
|
|
|
$rcUl.find('li a').bind('click', function() {
|
|
|
window.givePoint({
|
|
|
'REC_POSE': 120004,
|
|
|
'PRD_ID': $(this).data('id'),
|
...
|
...
|
|