diff --git a/_server/vm.js b/_server/vm.js index 942e5157..4f554a68 100644 --- a/_server/vm.js +++ b/_server/vm.js @@ -58,6 +58,7 @@ var editArea = new Vue({ that.error = 0; clearTimeout(that.formatTimer); setTimeout(function(){ + that.mapArr = that.formatArr(); that.drawMap(); tip.whichShow = 8 }, 1000); @@ -118,7 +119,6 @@ var editArea = new Vue({ } formatArrStr += ']'+(i==12?'':',\n'); } - return formatArrStr; } }