代码调整
This commit is contained in:
parent
5ebb0139ec
commit
a53798ebbe
@ -1,4 +1,3 @@
|
||||
/* 观的角度来看当前所处的位置。 */
|
||||
import Group from 'zrender/src/container/Group';
|
||||
import TrainBodyBox from './TrainBodyBox';
|
||||
// import '../StationStand/EDetain';
|
||||
|
@ -267,7 +267,7 @@ export default class Train extends Group {
|
||||
this.trainL && this.trainL.setArrowShow(item.arrowLShow);
|
||||
this.trainR && this.trainR.setArrowShow(item.arrowRShow);
|
||||
}
|
||||
} else if(this.style.Train.trainHead.directionStopType == 'specialAll'){
|
||||
} else if (this.style.Train.trainHead.directionStopType == 'specialAll') {
|
||||
if (flag) {
|
||||
this.trainL && this.trainL.setArrowShow(!item.arrowLShow);
|
||||
this.trainR && this.trainR.setArrowShow(!item.arrowRShow);
|
||||
|
Loading…
Reference in New Issue
Block a user