|
|
@@ -1009,7 +1009,7 @@ class OrderClass extends BaseClass
|
|
|
$content .= '退款金额:' . floatval($respond['refundPrice']) . '<BR>';
|
|
|
}
|
|
|
|
|
|
- $content .= '<B>应付金额:' . floatval($respond['realPrice']) . '</B><BR>';
|
|
|
+ $content .= '<B>订单金额:' . floatval($respond['realPrice']) . '</B><BR>';
|
|
|
if (isset($respond['debt']) && $respond['debt'] == 1) {
|
|
|
$content .= '实付金额:0<BR>';
|
|
|
} else {
|