commit
5a1805486a
@ -58,6 +58,7 @@ var editArea = new Vue({
|
|||||||
that.error = 0;
|
that.error = 0;
|
||||||
clearTimeout(that.formatTimer);
|
clearTimeout(that.formatTimer);
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
|
that.mapArr = that.formatArr();
|
||||||
that.drawMap();
|
that.drawMap();
|
||||||
tip.whichShow = 8
|
tip.whichShow = 8
|
||||||
}, 1000);
|
}, 1000);
|
||||||
@ -118,7 +119,6 @@ var editArea = new Vue({
|
|||||||
}
|
}
|
||||||
formatArrStr += ']'+(i==12?'':',\n');
|
formatArrStr += ']'+(i==12?'':',\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
return formatArrStr;
|
return formatArrStr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user