|
|
@@ -1842,8 +1842,8 @@ class OrderClass extends BaseClass
|
|
|
$sendTimWant = $orderInfo['sendTimeWant'] ?? '';
|
|
|
if ($payDate != $sendTimWant) {
|
|
|
$content .= '<BR><BR>';
|
|
|
- $content .= '<CB>送货时间<CB><BR>';
|
|
|
- $content .= '<B>【' . $orderInfo['sendTimeWant'] . '】</B><BR><BR><BR>';
|
|
|
+ $content .= '<CB>送货时间</CB><BR>';
|
|
|
+ $content .= '<CB><BOLD>【' . $orderInfo['sendTimeWant'] . '】</BOLD></CB><BR><BR><BR>';
|
|
|
}
|
|
|
if (isset($orderInfo['book']) && $orderInfo['book'] == 1) {
|
|
|
$content .= '<B>预订单</B><BR>';
|