diff --git a/application/controllers/information.php b/application/controllers/information.php index 433ebe00..1e4e43ad 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1603,6 +1603,7 @@ class Information extends CI_Controller } } } + $price_number = $this->currency->convert_moneny_by_char($price_number,"USD"); $site_money = $this->currency->calc_show_price($price_number); //把金额格式化为带有逗号(,)方便阅读,如 12,345 $price_number = is_numeric($price_number) ? number_format($site_money) : $price_number;