Authored by 梁志锋

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

... ... @@ -87,10 +87,6 @@ $('#limit-sale').on('touchend', function(e) {
u = navigator.userAgent,
ifr;
var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1,
isIPhone = u.indexOf('iPhone') > -1,
isIPad = u.indexOf('iPad') > -1;
e.stopPropagation();
if(loginUrl) {
... ... @@ -110,12 +106,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);
... ...