From 8795adbe72eb191a6cb911d9a8bc56db4edac198 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 6 Jul 2023 10:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E7=AB=99=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/shape/graph/Station/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/jmapNew/shape/graph/Station/index.js b/src/jmapNew/shape/graph/Station/index.js index 5b87ffb5a..ee16d197f 100644 --- a/src/jmapNew/shape/graph/Station/index.js +++ b/src/jmapNew/shape/graph/Station/index.js @@ -934,9 +934,7 @@ export default class Station extends Group { if (this.graphRoad && model.routeSetMode == 'Manual_Set_Route') { this.graphRoad.setColor(this.style.Station.StationControl.graphRoad.lightColor); } - if (this.planControl && model.planControl) { - this.planControl.setColor(this.style.Station.StationControl.planControl.lightColor); - } + // if (this.style.Station.StationControl.disPlayNone) { // this.stationText && this.stationText.setStyle('textFill', '#fff'); // if (this.model.subheadDisplay) { // 副标题 @@ -1067,6 +1065,9 @@ export default class Station extends Group { model.controlApplicant && this.handleControlApplicant(model); model.allowAutonomy && this.handleAllowAutonomy(model); // this.handlePowerUnlockShow(model); + if (this.planControl && model.planControl) { + this.planControl.setColor(this.style.Station.StationControl.planControl.lightColor); + } this.handleGuideLock(model); if (this.style.Station.syncCentralizeStation && (model.controlMode || model.controller || model.emergencyController != undefined) && model.centralized) { model.chargeStationCodeList.forEach(item => {