单程:queryResultList['0']->flight->departCityName.'-----'.$data->queryResultList['0']->flight->arriveCityName ?>

In the Morning (06 ~ 12)
In the Afternoon (12 ~ 18)
In the Evening (18 ~ 24)
All time
queryResultList as $items){ echo '
'; echo '

'.$items->flight->airlineCompany.' ('.$items->flight->flightNo.')

'; echo '
'.$items->flight->departAirportName.' ('.$items->flight->departAirportTerminal.') '.$items->flight->departTime.'
'; echo '
'.$items->flight->duration.':00
'; echo '
'.$items->flight->arriveAirportName.' ('.$items->flight->arriveAirportTerminal.') '.$items->flight->arriveTime.'
'; echo '
'.$items->flight->craftType.' ('.$items->flight->meal.')
'; echo '
经济舱 ('.$items->resourceList['0']->price->cabinClassFullPrice.') 全价:
'; echo ''; echo '
'; echo '
'; foreach ($items->resourceList as $seatItems){ echo '
'; echo '
'.$seatItems->cabinList['0']->cabinClassName.'('.$seatItems->cabinList['0']->cabinClass.')
'; echo '
免费托运行李额:'.$seatItems->cabinList['0']->freeLuggage.$seatItems->cabinList['0']->freeLuggageUnit.'
'; if($seatItems->price->adultFacePrice != $seatItems->price->cabinClassFullPrice){ echo '
票面价(折扣):'.$seatItems->price->adultFacePrice.' ('.round(($seatItems->price->adultFacePrice / $seatItems->price->cabinClassFullPrice),2) *10 .')
'; }else{ echo '
票面价:'.$seatItems->price->adultFacePrice.'(全价)
'; } //echo '
全价:'.$seatItems->price->cabinClassFullPrice.'
'; echo '
余票数:'.$seatItems->cabinList['0']->seatStatus.'
'; echo '
'; echo '
'; } echo '
'; } ?>