Authored by 梁志锋

Merge remote-tracking branch 'remotes/origin/develop/wap' into beta/wap

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