';
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 '