|
|
@@ -441,15 +441,19 @@ class OrderClass extends BaseClass
|
|
|
$content .= '<B>' . $order->receiveUserName . '</B><BR>';
|
|
|
$content .= '<B>' . $order->receiveMobile . '</B><BR><BR>';
|
|
|
$content .= '<B>' . $order->reachDate . ' ' . $period . '</B><BR><BR>';
|
|
|
- $content .= '<B>' . $order->fullAddress . '(' . $order->showAddress . ')' . '</B><BR>';
|
|
|
+ $content .= '<B>' . $order->fullAddress . '(' . $order->showAddress . ')' . '</B><BR><BR>';
|
|
|
|
|
|
if ($order->needCard == 1) {
|
|
|
$content .= '<B>需要贺卡</B><BR>';
|
|
|
}
|
|
|
if (!empty($order->cardInfo)) {
|
|
|
- $content .= '贺卡内容:' . $order->cardInfo . '<BR>';
|
|
|
+ $content .= '贺卡内容:' . $order->cardInfo . '<BR><BR>';
|
|
|
+ }
|
|
|
+ if ($order->anonymity == 1) {
|
|
|
+ $content .= '<B>匿名派送!!!</B><BR><BR>';
|
|
|
+ } else {
|
|
|
+ $content .= '订花人电话:' . $order->bookMobile . '<BR><BR>';
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
if (isset($respond['remark']) && !empty($respond['remark'])) {
|
|
|
$content .= '<BR>';
|