@@ -55,6 +55,10 @@ egret_h5.startGame = function () {
if(rootContainer.curIsInfoPage()){ //内容页
rootContainer.startToGame();
}
+
+ if(rootContainer.curIsInfoPage()){ //游戏页
+ rootContainer.restartGame();
+ }
};