Authored by zhangxiaoru

删除注释

@@ -158,12 +158,6 @@ $(window).scroll(function() { @@ -158,12 +158,6 @@ $(window).scroll(function() {
158 window.requestAnimationFrame(scrollHandler); 158 window.requestAnimationFrame(scrollHandler);
159 }); 159 });
160 160
161 -// if ($('.share-dialog-tip')) {  
162 -// // window.setCookie('refer', window.location.href);  
163 -  
164 -// window.setCookie('share', '1', { path: '/' });  
165 -// }  
166 -  
167 $(function() { 161 $(function() {
168 productData(); 162 productData();
169 }); 163 });
@@ -497,15 +497,5 @@ $( @@ -497,15 +497,5 @@ $(
497 window.location.replace(refer); 497 window.location.replace(refer);
498 }, 3000); 498 }, 3000);
499 } 499 }
500 -  
501 - // 分享购  
502 - // if (window.cookie('share') && parseInt(window.cookie('share'), 10) === 1) {  
503 - // setTimeout(function() {  
504 -  
505 - // window.setCookie('share', '0', { path: '/' });  
506 -  
507 - // window.location.replace(decodeURIComponent(window.cookie('refer')));  
508 - // }, 3000);  
509 - // }  
510 } 500 }
511 ); 501 );