Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2016-07-28 17:46:32 +0800
Commit
a35c4b337599a18931eee06636253afc7745c25e
1 parent
ecf84300
add isApp
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/yoho.js
public/js/yoho.js
View file @
a35c4b3
...
...
@@ -21,7 +21,7 @@ const yoho = {
/**
* 判断是否是 APP
*/
isApp
:
/yh_blk/i
.
test
(
(
navigator
.
userAgent
||
''
).
toLowerCase
()
),
isApp
:
/yh_blk/i
.
test
(
navigator
.
userAgent
||
''
),
/**
* JS 与 APP 共享的对象
...
...
Please
register
or
login
to post a comment