Authored by 梁志锋

限购商品详情 跳转APP

@@ -87,10 +87,6 @@ $('#limit-sale').on('touchend', function(e) { @@ -87,10 +87,6 @@ $('#limit-sale').on('touchend', function(e) {
87 u = navigator.userAgent, 87 u = navigator.userAgent,
88 ifr; 88 ifr;
89 89
90 - var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1,  
91 - isIPhone = u.indexOf('iPhone') > -1,  
92 - isIPad = u.indexOf('iPad') > -1;  
93 -  
94 e.stopPropagation(); 90 e.stopPropagation();
95 91
96 if(loginUrl) { 92 if(loginUrl) {