Commit 04aa0099 authored by wjf's avatar wjf

l

parent b31c0c6e
...@@ -28,7 +28,7 @@ export default class StartPanel extends Panel { ...@@ -28,7 +28,7 @@ export default class StartPanel extends Panel {
this['levelTxt'].text = `第${data}关`; this['levelTxt'].text = `第${data}关`;
this._level = data; this._level = data;
let mapDataIndex = data; let mapDataIndex = data;
if (data >= 56) { if (data >= 56 && data <= 70) {
//循环36到50 //循环36到50
mapDataIndex = data - 20 mapDataIndex = data - 20
} }
...@@ -103,7 +103,7 @@ export default class StartPanel extends Panel { ...@@ -103,7 +103,7 @@ export default class StartPanel extends Panel {
// Loading.instace.hide(); // Loading.instace.hide();
this.touchChildren = true; this.touchChildren = true;
this.touchEnabled = true; this.touchEnabled = true;
wait(5000).then(()=>{ wait(5000).then(() => {
updateMainTimerAfterGetData(); updateMainTimerAfterGetData();
}); });
if (success) { if (success) {
......
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