瀏覽代碼

更新 'games/yqrxd/launcher/egret_loader.js'

yunhaipiaodi 6 年之前
父節點
當前提交
cb3ebc8f08
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      games/yqrxd/launcher/egret_loader.js

+ 4 - 4
games/yqrxd/launcher/egret_loader.js

@@ -48,11 +48,11 @@ egret_h5.startGame = function () {
             }
           	
           	if(e && e.keyCode == 13){       
-                if(rootContainer.curIsHomePage()){		//确定键
-					rootContainer.startToGame();
+                if(rootContainer.curIsHomePage()){      //首页
+                    rootContainer.enterInfoPage();
                 }
-              
-              	if(rootContainer.curIsInfoPage()){      //内容页
+
+                if(rootContainer.curIsInfoPage()){      //内容页
                     rootContainer.startToGame();
                 }