|
@@ -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();
|
|
|
}
|
|
|
|