|
|
@@ -410,7 +410,7 @@ class OrderClass extends BaseClass
|
|
|
if (isset($respond['sendCost']) && $respond['sendCost'] > 0) {
|
|
|
$content .= ' 运费:' . $respond['sendCost'] . '<BR>';
|
|
|
}
|
|
|
- $content .= '订单金额:' . $respond['prePrice'] . '<BR>';
|
|
|
+ $content .= '订单金额:' . $respond['orderPrice'] . '<BR>';
|
|
|
if (isset($respond['discountAmount']) && !empty($respond['discountAmount']) && $respond['discountAmount'] > 0) {
|
|
|
$content .= '优惠扣除:' . $respond['discountAmount'] . '<BR>';
|
|
|
}
|
|
|
@@ -419,7 +419,7 @@ class OrderClass extends BaseClass
|
|
|
$content .= '退款金额:' . $respond['refundPrice'] . '<BR>';
|
|
|
}
|
|
|
|
|
|
- $content .= '应付金额:' . $respond['realPrice'] . '<BR>';
|
|
|
+ $content .= '应付金额:' . $respond['orderPrice'] . '<BR>';
|
|
|
if (isset($respond['debt']) && $respond['debt'] == 1) {
|
|
|
$content .= '实付金额:0.00<BR>';
|
|
|
} else {
|