|
@@ -464,7 +464,7 @@ class OrderClass extends BaseClass
|
|
|
$content .= '<B>' . $order->fullAddress . '(' . $order->showAddress . ')' . '</B><BR><BR>';
|
|
$content .= '<B>' . $order->fullAddress . '(' . $order->showAddress . ')' . '</B><BR><BR>';
|
|
|
}
|
|
}
|
|
|
if ($order->needCard == 1) {
|
|
if ($order->needCard == 1) {
|
|
|
- $content .= '<B>需要贺卡</B><BR>';
|
|
|
|
|
|
|
+ $content .= '<B>需要贺卡</B><BR><BR>';
|
|
|
}
|
|
}
|
|
|
if (isset($order->cardInfo) && !empty($order->cardInfo)) {
|
|
if (isset($order->cardInfo) && !empty($order->cardInfo)) {
|
|
|
$content .= '贺卡内容:' . $order->cardInfo . '<BR><BR>';
|
|
$content .= '贺卡内容:' . $order->cardInfo . '<BR><BR>';
|