Browse Source

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

yunhaipiaodi 6 years ago
parent
commit
e3e75dde3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      games/yqrxd/launcher/egret_loader.js

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

@@ -49,7 +49,7 @@ egret_h5.startGame = function () {
           	
           	if(e && e.keyCode == 13){       //确定键
                 if(rootContainer.curIsHomePage()){
-
+					rootContainer.startToGame();
                 }
             }
         };