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