...
|
...
|
@@ -49,7 +49,7 @@ |
|
|
|
|
|
|
|
|
<link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/5.3.20/common.css">
|
|
|
<link rel="stylesheet" media="all" href="/app-downloads2.html/cdn.yoho.cn/m-yohobuy-node/5.3.20/activity.app-downloads.css">
|
|
|
<link rel="stylesheet" media="all" href="/app-downloads-bak.html/cdn.yoho.cn/m-yohobuy-node/5.3.20/activity.app-downloads.css">
|
|
|
<link rel="apple-touch-icon-precomposed"
|
|
|
href="//static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
|
|
|
<link rel="apple-touch-startup-image" sizes="640x920"
|
...
|
...
|
@@ -217,10 +217,6 @@ |
|
|
var openTime = +new Date();
|
|
|
|
|
|
window.setTimeout(function () {
|
|
|
if(document.hidden) {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
if (ifr) {
|
|
|
document.body.removeChild(ifr);
|
|
|
}
|
...
|
...
|
@@ -242,14 +238,12 @@ |
|
|
|
|
|
if (isiOS) {
|
|
|
window.location.href = appPath;
|
|
|
} else {
|
|
|
ifr = document.createElement('iframe');
|
|
|
ifr.src = appPath;
|
|
|
ifr.style.display = 'none';
|
|
|
document.body.appendChild(ifr);
|
|
|
}
|
|
|
|
|
|
// else {
|
|
|
// ifr = document.createElement('iframe');
|
|
|
// ifr.src = appPath;
|
|
|
// ifr.style.display = 'none';
|
|
|
// document.body.appendChild(ifr);
|
|
|
// }
|
|
|
}
|
|
|
|
|
|
//1: 男生,2-女生,3-潮童,4-创意生活
|
...
|
...
|
|