Commit f9b52c3b authored by cc's avatar cc

update

parent f4aba5bb
......@@ -28,7 +28,7 @@ class App extends Component {
const defaultPage = {
myPrize: MyPrize, // TODO 举例子 新宿台奖品页
index: LoadingDemo,
}[skinId] || GamePage;
}[skinId] || LoadingDemo;
PageCtrl.changePage(defaultPage);
}
......
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