...
|
...
|
@@ -6,7 +6,7 @@ const cookie = require('yoho-cookie'); |
|
|
|
|
|
const u = navigator.userAgent;
|
|
|
const isFromYOHO = /m\.yohobuy\.com/i.test(document.referrer);
|
|
|
const isApp = /yohobuy/i.test(u) ||
|
|
|
const isApp = /yoho/i.test(u) ||
|
|
|
!!window.yohoInterface ||
|
|
|
/app_version=/i.test(location.search) ||
|
|
|
/openrefer=/i.test(location.search);
|
...
|
...
|
|