Authored by 李奇

提示时间延长

@@ -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 }