|
|
@@ -1011,11 +1011,10 @@ class OrderClass extends BaseClass
|
|
|
foreach ($respond['product'] as $current) {
|
|
|
$content = self::printGroup($current, $content, $showPrice);
|
|
|
}
|
|
|
- $content .= '<BR>';
|
|
|
}
|
|
|
|
|
|
if (isset($respond['give']) && !empty($respond['give'])) {
|
|
|
- $content .= '<CB>【赠送】</CB><BR>';
|
|
|
+ $content .= '<BR><CB>【赠送】</CB><BR>';
|
|
|
foreach ($respond['give'] as $current) {
|
|
|
//58mm的机器,一行打印16个汉字,32个字母
|
|
|
$name = $current['name'] ?? '';
|