From 03d6a0dc78c909e369f82def243b9f2f5515538a Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 18 Sep 2019 15:57:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/flightsystem/views/searchForHt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/flightsystem/views/searchForHt.php b/application/third_party/flightsystem/views/searchForHt.php index 50deae78..e2a30da8 100644 --- a/application/third_party/flightsystem/views/searchForHt.php +++ b/application/third_party/flightsystem/views/searchForHt.php @@ -17,7 +17,7 @@ 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 '
经济舱 ('.$items->resourceList['0']->price->cabinClassFullPrice.') 全价:
'; echo '
展示舱位信息
'; echo ''; echo '
';