Commit 4267a5e0 authored by zjz1994's avatar zjz1994

请求失败同样进游戏

parent 6caf42c1
......@@ -170,7 +170,7 @@ export default class StartPanel extends Panel {
wait(5000).then(() => {
updateMainTimerAfterGetData();
});
if(success) {
// if(success) {
// Loading.instace.show();
this.hidePanel();
try {
......@@ -185,7 +185,7 @@ export default class StartPanel extends Panel {
// Loading.instace.hide();
SceneCtrl.instance.change(ModuleTypes.MAIN_SCENE, {chapter: this._level});
StartPanel.currlevel = this._level
}
// }
}, this._level);
......
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