|
|
@@ -1077,7 +1077,7 @@ class OrderClass extends BaseClass
|
|
|
if (!empty($respond['discountAmount']) && $respond['discountAmount'] > 0) {
|
|
|
$content .= '优惠扣除:-' . floatval($respond['discountAmount']) . '<BR>';
|
|
|
}
|
|
|
- $content .= '订单金额:' . floatval($respond['orderPrice']) . '<BR>';
|
|
|
+ $content .= '<B>金额:' . floatval($respond['orderPrice']) . '</B><BR>';
|
|
|
if (isset($respond['refundPrice']) && $respond['refundPrice'] > 0) {
|
|
|
$content .= '退款金额:' . floatval($respond['refundPrice']) . '<BR>';
|
|
|
}
|