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