...
|
...
|
@@ -158,12 +158,6 @@ $(window).scroll(function() { |
|
|
window.requestAnimationFrame(scrollHandler);
|
|
|
});
|
|
|
|
|
|
// if ($('.share-dialog-tip')) {
|
|
|
// // window.setCookie('refer', window.location.href);
|
|
|
|
|
|
// window.setCookie('share', '1', { path: '/' });
|
|
|
// }
|
|
|
|
|
|
$(function() {
|
|
|
productData();
|
|
|
}); |
...
|
...
|
|