Authored by 梁志锋

限购商品详情 跳转APP

@@ -84,7 +84,6 @@ if (goodsDiscountHammer && $discountFolder.children().length > 0) { @@ -84,7 +84,6 @@ if (goodsDiscountHammer && $discountFolder.children().length > 0) {
84 84
85 $('#limit-sale').on('touchend', function(e) { 85 $('#limit-sale').on('touchend', function(e) {
86 var loginUrl = $('#loginUrl').val(), 86 var loginUrl = $('#loginUrl').val(),
87 - u = navigator.userAgent,  
88 ifr; 87 ifr;
89 88
90 e.stopPropagation(); 89 e.stopPropagation();
@@ -98,7 +97,6 @@ $('#limit-sale').on('touchend', function(e) { @@ -98,7 +97,6 @@ $('#limit-sale').on('touchend', function(e) {
98 rightBtnText: '打开Yoho!Buy有货APP' 97 rightBtnText: '打开Yoho!Buy有货APP'
99 } 98 }
100 }, function() { 99 }, function() {
101 -  
102 ifr = document.createElement('iframe'); 100 ifr = document.createElement('iframe');
103 ifr.src = appUrl; 101 ifr.src = appUrl;
104 ifr.style.display = 'none'; 102 ifr.style.display = 'none';