From fe8caec435142233085eff80ed08e1915d7b5570 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Wed, 1 Apr 2020 14:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6=E6=96=B9=E5=90=91=E7=AE=AD?= =?UTF-8?q?=E5=A4=B4=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/shape/Train/EDirection.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/jmapNew/shape/Train/EDirection.js b/src/jmapNew/shape/Train/EDirection.js index aee22e8f5..0cb36290e 100644 --- a/src/jmapNew/shape/Train/EDirection.js +++ b/src/jmapNew/shape/Train/EDirection.js @@ -36,18 +36,6 @@ class EDirection extends Group { this.create(); this.arrow.setStyle('fill', color); } - - // 隐藏 - hide() { - this.create(); - this.arrow.hide(); - } - - // 显示 - show() { - this.create(); - this.arrow.show(); - } } export default EDirection;