|
@@ -56,7 +56,7 @@ egret_h5.startGame = function () {
|
|
rootContainer.startToGame();
|
|
rootContainer.startToGame();
|
|
}
|
|
}
|
|
|
|
|
|
- if(rootContainer.curIsInfoPage()){ //游戏页
|
|
|
|
|
|
+ if(rootContainer.curIsGamePage()){ //游戏页
|
|
rootContainer.restartGame();
|
|
rootContainer.restartGame();
|
|
}
|
|
}
|
|
}
|
|
}
|