lvhao 12 часов назад
Родитель
Сommit
ecc1d62017
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      template/erp/js/index.js

+ 1 - 1
template/erp/js/index.js

@@ -700,7 +700,7 @@ $(".datasave").click(function() {
 				$(".ts").hide();
 				$(".ts").hide();
                 $(".ts p").html(a.msg);
                 $(".ts p").html(a.msg);
                 $(".ts").fadeIn();
                 $(".ts").fadeIn();
-                setTimeout('$(".ts").fadeOut()', 1200);
+                setTimeout('$(".ts").fadeOut()', 1600);
             }
             }
         }
         }
     });
     });