|
|
@@ -977,7 +977,7 @@ class OrderClass extends BaseClass
|
|
|
}
|
|
|
|
|
|
if (isset($respond['refund']) && !empty($respond['refund'])) {
|
|
|
- $content .= '<B>已退款:</B><BR>';
|
|
|
+ $content .= '<BC>【已退款】</BC><BR>';
|
|
|
foreach ($respond['refund'] as $current) {
|
|
|
//58mm的机器,一行打印16个汉字,32个字母
|
|
|
$name = $current['name'] ?? '';
|