|
|
@@ -555,7 +555,7 @@ class OrderClass extends BaseClass
|
|
|
}
|
|
|
|
|
|
if (isset($respond['refund']) && !empty($respond['refund'])) {
|
|
|
- $content .= '<B>退款花材:</B><BR>';
|
|
|
+ $content .= '<B>退款:</B><BR>';
|
|
|
foreach ($respond['refund'] as $current) {
|
|
|
//58mm的机器,一行打印16个汉字,32个字母
|
|
|
$name = $current['name'] ?? '';
|
|
|
@@ -587,7 +587,7 @@ class OrderClass extends BaseClass
|
|
|
}
|
|
|
|
|
|
if (isset($respond['refundPrice']) && $respond['refundPrice'] > 0) {
|
|
|
- $content .= '退款金额:' . $respond['refundPrice'] . '<BR>';
|
|
|
+ $content .= '<BOLD>退款金额:</BOLD>' . $respond['refundPrice'] . '<BR>';
|
|
|
}
|
|
|
|
|
|
$content .= '应付金额:' . $respond['realPrice'] . '<BR>';
|