From d989c1a82cf2ec7f9be41b0eb6367b5f5f59afb3 Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 18 Sep 2019 15:51:51 +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 38bbe091..90980c95 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 '
经济舱全价:
'; + echo '
经济舱 '(.$items->resourceList['0']->price->cabinClassFullPrice.)' 全价:
'; echo '
展示舱位信息
'; echo ''; echo '
';