|
|
@@ -1039,8 +1039,8 @@ class OrderClass extends BaseClass
|
|
|
if (isset($orderInfo['book']) && $orderInfo['book'] == 1) {
|
|
|
$content .= '预付金额:' . floatval($orderInfo['bookPrice']) . '<BR>';
|
|
|
}
|
|
|
- if (isset($respond['tkPrice']) && $respond['tkPrice'] > 0) {
|
|
|
- $content .= '退款金额:' . floatval($respond['tkPrice']) . '<BR>';
|
|
|
+ if (isset($orderInfo['tkPrice']) && $orderInfo['tkPrice'] > 0) {
|
|
|
+ $content .= '退款金额:' . floatval($orderInfo['tkPrice']) . '<BR>';
|
|
|
}
|
|
|
$content .= '<B>订单金额:' . floatval($respond['realPrice']) . '</B><BR>';
|
|
|
if (isset($respond['debt']) && $respond['debt'] == 1) {
|