...
|
...
|
@@ -110,12 +110,8 @@ $('#limit-sale').on('touchend', function(e) { |
|
|
window.location.href = appUrl;
|
|
|
window.setTimeout(function(){
|
|
|
document.body.removeChild(ifr);
|
|
|
if (isAndroid) {
|
|
|
window.location.href = 'http://yoho-apps.qiniudn.com/YohoBuy_YOHO.apk';
|
|
|
} else if (isIPhone || isIPad) {
|
|
|
window.location.href = 'https://itunes.apple.com/cn/app/yoho!-you-huo/id490655927?mt=8';
|
|
|
}
|
|
|
},3000)
|
|
|
window.location.href = 'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho';
|
|
|
},3000);
|
|
|
|
|
|
}, undefined, true);
|
|
|
|
...
|
...
|
|