Showing
1 changed file
with
0 additions
and
2 deletions
@@ -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'; |
-
Please register or login to post a comment