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