Authored by 李奇

提示时间延长

... ... @@ -14,7 +14,7 @@ $(document).ajaxError((event, xhr) => {
if (yoho.isApp && !cookie.get('app_version')) {
tip({
txt: '请升级APP至最新版',
delay: 60 * 1000
delay: 600 * 1000
});
return;
}
... ...