Authored by ccbikai

add isApp

... ... @@ -21,7 +21,7 @@ const yoho = {
/**
* 判断是否是 APP
*/
isApp: /yh_blk/i.test((navigator.userAgent || '').toLowerCase()),
isApp: /yh_blk/i.test(navigator.userAgent || ''),
/**
* JS 与 APP 共享的对象
... ...