Commit 55feaaed authored by haiyoucuv's avatar haiyoucuv

新手引导

parent e5fc36de
......@@ -170,13 +170,13 @@ class GamePage extends React.Component {
* 点击返回
*/
clickBack = () => {
this.gameOver = true;
this.paused = true;
ModalCtrl.showModal(BackPanel, {
cancel: () => {
this.gameOver = false;
this.paused = false;
},
ok: () => {
this.gameOver = false;
this.paused = false;
clearInterval(this.interval);
PageCtrl.backPage();
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment