Showing
1 changed file
with
2 additions
and
6 deletions
@@ -110,12 +110,8 @@ $('#limit-sale').on('touchend', function(e) { | @@ -110,12 +110,8 @@ $('#limit-sale').on('touchend', function(e) { | ||
110 | window.location.href = appUrl; | 110 | window.location.href = appUrl; |
111 | window.setTimeout(function(){ | 111 | window.setTimeout(function(){ |
112 | document.body.removeChild(ifr); | 112 | document.body.removeChild(ifr); |
113 | - if (isAndroid) { | ||
114 | - window.location.href = 'http://yoho-apps.qiniudn.com/YohoBuy_YOHO.apk'; | ||
115 | - } else if (isIPhone || isIPad) { | ||
116 | - window.location.href = 'https://itunes.apple.com/cn/app/yoho!-you-huo/id490655927?mt=8'; | ||
117 | - } | ||
118 | - },3000) | 113 | + window.location.href = 'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho'; |
114 | + },3000); | ||
119 | 115 | ||
120 | }, undefined, true); | 116 | }, undefined, true); |
121 | 117 |
-
Please register or login to post a comment