Authored by zhangxiaoru

删除注释

... ... @@ -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();
});
... ...
... ... @@ -497,15 +497,5 @@ $(
window.location.replace(refer);
}, 3000);
}
// 分享购
// if (window.cookie('share') && parseInt(window.cookie('share'), 10) === 1) {
// setTimeout(function() {
// window.setCookie('share', '0', { path: '/' });
// window.location.replace(decodeURIComponent(window.cookie('refer')));
// }, 3000);
// }
}
);
... ...