Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
6c5c2b8d4f
@ -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