xjc 2 年 前
コミット
08ccbb2234
1 ファイル変更10 行追加10 行削除
  1. 10 10
      js/game.js

+ 10 - 10
js/game.js

@@ -345,10 +345,10 @@ function waiting(callback) {
 		console.log("open success");
 		localStorage.removeItem("lockReconnect");
 		//定时发送 
-		timer = window.setInterval(function() {
-			console.log(uid,uname)
-			ws.send(uid + "_" + uname)
-		}, 1000)
+		// timer = window.setInterval(function() {
+		// 	console.log(uid,uname)
+		// 	ws.send(uid + "_" + uname)
+		// }, 1000)
 	}
 	ws.onmessage = function(e) {
 		var res = JSON.parse(e.data);
@@ -399,12 +399,12 @@ if(!uid || !uname){
 	registUrl = registUrl + "/"+uid
 	$.post(registUrl,JSON.stringify({uid,uname}),function(res){
 		preload(["bg.png","figure.png","img1.png","img2.png","img3.png","line.png","qus-top.png","text-bg.png","time-box.png","trap1.png","trap2.png","trap3.png","trap4.png"],function(){
-			// waiting(function(){
-			// 	$load.fadeOut(function(){
-			// 		$(this).remove();
-			// 		init();
-			// 	});
-			// })
+			waiting(function(){
+				$load.fadeOut(function(){
+					$(this).remove();
+					init();
+				});
+			})
 		})
 	})
 	var timer = window.setInterval(function() {