From 6fbffd75bf00f08f5aed13323b69c7a2dffc2696 Mon Sep 17 00:00:00 2001 From: echo Date: Thu, 11 Jan 2018 19:43:43 +0800 Subject: [PATCH] fix bug --- _server/vm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }