Explorar o código

非首页不强制加载2秒

wgl %!s(int64=4) %!d(string=hai) anos
pai
achega
7a586717c3
Modificáronse 2 ficheiros con 2 adicións e 14 borrados
  1. 1 7
      index/business/index.html
  2. 1 7
      index/pension/index.html

+ 1 - 7
index/business/index.html

@@ -53,13 +53,7 @@
 				var end_time = (new Date()).getTime();
 				var loading_time = end_time - start_time;
 				console.log(((loading_time) / 1000).toString() + '秒');
-				if (loading_time < 2000) {
-					setTimeout(function() {
-						removeLoading();
-					}, 2000 - (loading_time));
-				} else {
-					removeLoading()
-				}
+				removeLoading();
 			}
 
 			function removeLoading() {

+ 1 - 7
index/pension/index.html

@@ -53,13 +53,7 @@
 				var end_time = (new Date()).getTime();
 				var loading_time = end_time - start_time;
 				console.log(((loading_time) / 1000).toString() + '秒');
-				if (loading_time < 2000) {
-					setTimeout(function() {
-						removeLoading();
-					}, 2000 - (loading_time));
-				} else {
-					removeLoading()
-				}
+				removeLoading();
 			}
 
 			function removeLoading() {