|
|
@@ -848,7 +848,7 @@ class OrderClass extends BaseClass
|
|
|
if ($order->sendType == 0) {
|
|
|
$content .= '<B>送货上门</B><BR><BR>';
|
|
|
} else if ($order->sendType == 2) {
|
|
|
- $content .= '<B>跑腿到付</B><BR><BR>';
|
|
|
+ $content .= '<B>请跑腿送</B><BR><BR>';
|
|
|
} else if ($order->sendType == 3) {
|
|
|
$content .= '<B>物流到付</B><BR><BR>';
|
|
|
} else if ($order->sendType == 4) {
|