From bbc2d69064788794e084f6c360cff023c1fad9fa Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Sun, 21 Jun 2020 22:44:17 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20A=20=E2=80=94=20a1=20=E9=80=8F=E6=98=8E?= =?UTF-8?q?=E5=BA=A6=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/renderer/RendererLine.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/renderer/RendererLine.js b/src/components/renderer/RendererLine.js index 7336c5e..da9fef1 100644 --- a/src/components/renderer/RendererLine.js +++ b/src/components/renderer/RendererLine.js @@ -109,7 +109,7 @@ function listPoints(qrcode, params) { ava2[x][y + i] = false; available[x][y + i] = false; } - pointList.push() + pointList.push() } } if (available[x][y]) { @@ -134,7 +134,7 @@ function listPoints(qrcode, params) { ava2[x + i][y + i] = false; available[x + i][y + i] = false; } - pointList.push() + pointList.push() } } if (available[x][y]) { @@ -159,7 +159,7 @@ function listPoints(qrcode, params) { ava2[x - i][y + i] = false; available[x - i][y + i] = false; } - pointList.push() + pointList.push() } } if (available[x][y]) {