获取主航班的共享航班号显示

This commit is contained in:
zhouyuejun
2019-01-15 20:20:27 +08:00
parent ba238b9416
commit a16c6a72df
5 changed files with 45 additions and 48 deletions
@@ -8,7 +8,7 @@ import timeFormatter from '../../../utils/time-formatter';
})
export class RelatedTabComponent implements OnInit {
public lines;
public airports;
public airports;
@Input() set flight(flight) {
this.lines = Object.assign({}, flight);
if (this.lines.preFlight && !this.lines.reaFlight) {