Commit f4030ffc authored by haiyoucuv's avatar haiyoucuv

倒计时

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