Commit f4030ffc authored by haiyoucuv's avatar haiyoucuv

倒计时

parent 14e7bf6e
......@@ -27,7 +27,7 @@ class App extends Component {
const defaultPage = {
myPrize: MyPrize, // TODO 举例子 新宿台奖品页
index: HomePage,
}[skinId] || HomePage;
}[skinId] || GamePage;
PageCtrl.changePage(defaultPage);
}
......
......@@ -62,8 +62,6 @@ class GamePage extends React.Component {
await this.initStage();
this.startCd();
ModalCtrl.showModal(SucPanel);
}
startCd = () => {
......
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