From 395d998c34cdd2225d9d852c2407e8d655c6e6a7 Mon Sep 17 00:00:00 2001 From: mumuy Date: Mon, 15 Jan 2018 12:07:46 +0800 Subject: [PATCH] =?UTF-8?q?updated=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.js b/index.js index ef30754..aa421a4 100644 --- a/index.js +++ b/index.js @@ -260,9 +260,7 @@ } }); if(JSON.stringify(beans.data).indexOf(0)<0){ //当没有物品的时候,进入下一关 - setTimeout(function(){ - game.nextStage(); - },1500); + game.nextStage(); } }else if(stage.status==3){ //场景临时状态 if(!stage.timeout){