Commit abddfb79 by hcy001

更新询价

parent 3a97bb11
Showing with 1 additions and 1 deletions
...@@ -151,7 +151,7 @@ class InquiryModel extends Model ...@@ -151,7 +151,7 @@ class InquiryModel extends Model
->first(); ->first();
if ($quote){ if ($quote){
$b = $quote->toArray(); $b = $quote->toArray();
$lowerPrice = $b["currency"] == 1 ? "¥".$b["price_rmb"]:"$".$b["price_origin"]; $lowerPrice = $b["currency"] == 1 ? "¥".$b["price_rmb"]:InquiryMap::$currency_sign[$b["currency"]].$b["price_origin"];
$v["quote_price"] = $lowerPrice; $v["quote_price"] = $lowerPrice;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment