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
1
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2017-12-04 10:26:32 +0800
Commit
d029b5942a55a4a62c84ea209d629dc1cd3b22cc
1 parent
131a37f1
提示时间延长
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/global.js
public/js/global.js
View file @
d029b59
...
...
@@ -14,7 +14,7 @@ $(document).ajaxError((event, xhr) => {
if
(
yoho
.
isApp
&&
!
cookie
.
get
(
'app_version'
))
{
tip
({
txt
:
'请升级APP至最新版'
,
delay
:
60
*
1000
delay
:
60
0
*
1000
});
return
;
}
...
...
李奇
@yoholq
2017-12-04 09:39:38 UTC
mentioned in commit
c21da277
Please
register
or
login
to post a comment