From db5eea606d66bbb3f81a98b13ef7a77bf05269fc Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 11 Sep 2019 15:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E7=80=9A=E7=89=B9=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E6=9C=BA=E7=A5=A8=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flightsystem/views/searchForHt.php | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 application/third_party/flightsystem/views/searchForHt.php diff --git a/application/third_party/flightsystem/views/searchForHt.php b/application/third_party/flightsystem/views/searchForHt.php new file mode 100644 index 00000000..2a5ed55f --- /dev/null +++ b/application/third_party/flightsystem/views/searchForHt.php @@ -0,0 +1,73 @@ + + +
+
+

单程: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 '
'; + + } + + ?> +
+
+