|
@@ -46,6 +46,12 @@ egret_h5.startGame = function () {
|
|
if(e && e.keyCode == 37){ //左方向键
|
|
if(e && e.keyCode == 37){ //左方向键
|
|
rootContainer.leftOrRightDown(0);
|
|
rootContainer.leftOrRightDown(0);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ if(e && e.keyCode == 13){ //确定键
|
|
|
|
+ if(rootContainer.curIsHomePage()){
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ }
|
|
};
|
|
};
|
|
}
|
|
}
|
|
else{
|
|
else{
|