...
|
...
|
@@ -45,7 +45,8 @@ function unregister() { |
|
|
}
|
|
|
|
|
|
window.addEventListener('load', function() {
|
|
|
if (!yoho.isApp) {
|
|
|
// Android WebView 中 UserAgent 不正确
|
|
|
if (!yoho.isApp && !(yoho.isAndroid && yoho.isWechat)) {
|
|
|
if ('serviceWorker' in navigator && isHttps) {
|
|
|
$.ajax({
|
|
|
url: '//m.yohobuy.com/api/switch',
|
...
|
...
|
|