单程: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->departTime.'
'; echo '
'.$items->flight->arriveTime.'
'; echo '
'.$items->flight->meal.'
'; echo '
'.$items->resourceList['0']->price->adultPrice.'
'; 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.'
'; echo '
成人价:'.$seatItems->price->adultFacePrice.'
'; echo '
儿童价:'.$seatItems->price->childPrice.'
'; echo '
余票数:'.$seatItems->cabinList['0']->seatStatus.'
'; echo '
'; echo '
'; } echo '
'; } ?>