This commit is contained in:
echo 2018-01-11 19:43:43 +08:00
parent 75404428ed
commit 6fbffd75bf

View File

@ -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;
} }
} }