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