From ce05df581aee6b5b9966bdadb194618da04597de Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 28 May 2020 09:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6=E6=98=BE=E7=A4=BA=E8=B0=83?= =?UTF-8?q?=E6=95=B4=EF=BC=88=E5=88=97=E8=BD=A6=E7=B1=BB=E5=9E=8B>?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E4=BA=A4=E8=B7=AF=E5=9B=9E=E5=BA=93=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/shape/Train/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jmapNew/shape/Train/index.js b/src/jmapNew/shape/Train/index.js index a93cd9c21..07ba2b4be 100644 --- a/src/jmapNew/shape/Train/index.js +++ b/src/jmapNew/shape/Train/index.js @@ -407,8 +407,8 @@ export default class Train extends Group { this.setHoldStatus(model.hold); this.setJumpStatus(model.jump); this.setSoonerOrLater(model.dt); - this.setPlanRoutingTypeColor(model.planRoutingType); this.setTrainTypeColor(model.type); + this.setPlanRoutingTypeColor(model.planRoutingType); const style = this.style; if (style.Section.trainPosition.display) { this.updateSection(object);