|
@@ -47,10 +47,14 @@ egret_h5.startGame = function () {
|
|
|
rootContainer.leftOrRightDown(0);
|
|
|
}
|
|
|
|
|
|
- if(e && e.keyCode == 13){ //确定键
|
|
|
- if(rootContainer.curIsHomePage()){
|
|
|
+ if(e && e.keyCode == 13){
|
|
|
+ if(rootContainer.curIsHomePage()){ //确定键
|
|
|
rootContainer.startToGame();
|
|
|
}
|
|
|
+
|
|
|
+ if(rootContainer.curIsInfoPage()){ //内容页
|
|
|
+ rootContainer.startToGame();
|
|
|
+ }
|
|
|
}
|
|
|
};
|
|
|
}
|