|
|
@@ -963,12 +963,12 @@ class OrderClass extends BaseClass
|
|
|
$content .= '<B>预订单</B><BR>';
|
|
|
}
|
|
|
if (isset($orderInfo['sendType'])) {
|
|
|
- $sendName = '出车送货';
|
|
|
+ $sendName = '出车';
|
|
|
if ($orderInfo['sendType'] == 1) {
|
|
|
- $sendName = '到店自取';
|
|
|
+ $sendName = '自取';
|
|
|
}
|
|
|
if ($orderInfo['sendType'] == 2) {
|
|
|
- $sendName = '请发快递';
|
|
|
+ $sendName = '发快递';
|
|
|
}
|
|
|
$content .= '<BR><B>' . $sendName . '</B><BR>';
|
|
|
}
|