代码调整
This commit is contained in:
parent
82a312bc35
commit
f0828fe323
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user