|
|
@@ -617,14 +617,14 @@ class OrderClass extends BaseClass
|
|
|
$content .= '<B>' . $respond['custom']['fullAddress'] . '</B><BR>';
|
|
|
$content .= '<B>' . $respond['custom']['customName'] . '</B><BR>';
|
|
|
$content .= '<B>' . $respond['custom']['customMobile'] . '</B><BR>';
|
|
|
-
|
|
|
+ $content .= '<BR>';
|
|
|
$payDate = date("Y-m-d", strtotime($orderInfo['payTime']));
|
|
|
$sendTimWant = $orderInfo['sendTimeWant'] ?? '';
|
|
|
if ($payDate != $sendTimWant) {
|
|
|
$content .= '送货时间:<BR>';
|
|
|
$content .= '<B>' . $orderInfo['sendTimeWant'] . '</B><BR>';
|
|
|
}
|
|
|
-
|
|
|
+ $content .= '<BR>';
|
|
|
if (isset($respond['remark']) && !empty($respond['remark'])) {
|
|
|
$content .= '备注:<BR>';
|
|
|
$content .= '<B>' . $respond['remark'] . '</B><BR>';
|