...
|
...
|
@@ -42,7 +42,8 @@ var appInfo = { |
|
|
sv: '', // YAS版本
|
|
|
ab: cookies('ab_5') || '',
|
|
|
op: 'YB_PAGE_OPEN_L',
|
|
|
apf: window.location.search.indexOf('app_version=') >= 0 ? 'Y' : 'N'
|
|
|
apf: window.location.search.indexOf('app_version=') >= 0 ? 'Y' : 'N',
|
|
|
ssid: util.getSid() // YAS 上报接口 当前的 sessionID
|
|
|
};
|
|
|
|
|
|
var isApp = /yohobuy/i.test(navigator.userAgent) || /app_version=/i.test(window.location.search) || !!window.yohoInterface;
|
...
|
...
|
|