Authored by yyq

merge

... ... @@ -55,11 +55,8 @@ const yoho = {
isiOS: /\(i[^;]+;( U;)? CPU.+Mac OS X/i.test(navigator.userAgent || ''),
isAndroid: /Android/i.test(navigator.userAgent || ''),
isYohoBuy: isYohoBuy,
<<<<<<< HEAD
isLocal: window.location.protocol === 'yoho-protocol:' || /yoho-protocol/i.test(navigator.userAgent || ''),
=======
appVersion: getAppVersion(navigator.userAgent, ';') || getAppVersion(document.cookie, ';'),
>>>>>>> feature/0530
/**
* JS 与 APP 共享的对象
... ...