|
|
@@ -991,11 +991,7 @@ class OrderClass extends BaseClass
|
|
|
} else {
|
|
|
$show = $name . ' ' . $count;
|
|
|
}
|
|
|
- if ($fontSizeType == 0) {
|
|
|
- $content .= '<B>' . $show . '</B><BR>';
|
|
|
- } else {
|
|
|
- $content .= $show . '<BR><BR>';
|
|
|
- }
|
|
|
+ $content .= '<B>' . $show . '</B><BR>';
|
|
|
if ($showPrice == 1) {
|
|
|
$content .= $productNum . ' = ' . $productPrice . '元<BR>';
|
|
|
}
|