代码调整

This commit is contained in:
dong 2023-10-31 13:34:49 +08:00
parent 82a312bc35
commit f0828fe323

View File

@ -209,7 +209,7 @@ export class Turnout extends JlGraphic {
this.graphics.sections.forEach((sectionGraphic) => sectionGraphic.paint());
this.graphics.label.text = this.datas.code;
if (!this.states.normal && !this.states.reverse) {
if (!this.states.dw && !this.states.fw) {
// 失表
this.graphics.fork.visible = false;
}