Commit 04aa0099 authored by wjf's avatar wjf

l

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