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