From 6663951a1f90d374a04c394e6236b2f26fe2a628 Mon Sep 17 00:00:00 2001 From: tmq <mingqiao.tan@yoho.cn> Date: Thu, 28 Apr 2016 18:54:37 +0800 Subject: [PATCH] 时间修改 --- res/js/yohood.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/js/yohood.js b/res/js/yohood.js index f97258b..95d2b7f 100644 --- a/res/js/yohood.js +++ b/res/js/yohood.js @@ -1530,7 +1530,7 @@ define('yohood', function(require, exports) { setTimeout(function() { $('.dialog-w').fadeOut(); window.location.reload(); - }, 2000); + }, 5000); } else { alert(d.message); } -- libgit2 0.24.0