Commit 25700824 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 23cfb4d6
......@@ -80,7 +80,7 @@ class ExchangeBusiness
foreach ($quotation as $key => $item) {
$quotation[$key] = (float) sprintf("%0.4f", (double) $item);
}
$quotation['rmb'] = (float) sprintf("%0.4f", 6.6 * $quotation['last']);
$quotation['rmb'] = number_format(6.6 * $quotation['last'],4);
return $quotation;
}
......
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 to comment