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
李奇
2017-12-04 17:39:08 +0800
Commit
c21da277260ef5523434803a30c1c13c7b5c70ae
1 parent
5b299241
Revert "提示时间延长"
This reverts commit
d029b594
.
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 @
c21da27
...
...
@@ -14,7 +14,7 @@ $(document).ajaxError((event, xhr) => {
if
(
yoho
.
isApp
&&
!
cookie
.
get
(
'app_version'
))
{
tip
({
txt
:
'请升级APP至最新版'
,
delay
:
60
0
*
1000
delay
:
60
*
1000
});
return
;
}
...
...
Please
register
or
login
to post a comment