Showing
1 changed file
with
1 additions
and
1 deletions
@@ -14,7 +14,7 @@ $(document).ajaxError((event, xhr) => { | @@ -14,7 +14,7 @@ $(document).ajaxError((event, xhr) => { | ||
14 | if (yoho.isApp && !cookie.get('app_version')) { | 14 | if (yoho.isApp && !cookie.get('app_version')) { |
15 | tip({ | 15 | tip({ |
16 | txt: '请升级APP至最新版', | 16 | txt: '请升级APP至最新版', |
17 | - delay: 60 * 1000 | 17 | + delay: 600 * 1000 |
18 | }); | 18 | }); |
19 | return; | 19 | return; |
20 | } | 20 | } |
-
mentioned in commit c21da277
-
Please register or login to post a comment