From e9c00d8922a8ddad33a6b969a0dd40b014d1a6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Fri, 9 Apr 2021 10:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E8=B7=AF=E8=8E=B7=E5=8F=96=E4=BB=B7?= =?UTF-8?q?=E6=A0=BCfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/ctmobilefirst/controllers/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/ctmobilefirst/controllers/api.php b/application/third_party/ctmobilefirst/controllers/api.php index b50b5398..cc658f95 100644 --- a/application/third_party/ctmobilefirst/controllers/api.php +++ b/application/third_party/ctmobilefirst/controllers/api.php @@ -73,7 +73,7 @@ class Api extends CI_Controller { $price = $this->api_model->getTourPrice($param); $result["pricecn"]=$price; if (is_numeric($price)){ - $price = $this->currency->calc_show_price($this->currency->convert_moneny_by_char($price,"USD")); + $price = $this->currency->calc_show_price($price); }else{ $price = "0"; }