|
|
@@ -1583,7 +1583,7 @@ class OrderClass extends BaseClass
|
|
|
$sendName = '到店自取';
|
|
|
}
|
|
|
if ($orderInfo->sendType == 2) {
|
|
|
- $sendName = '代叫配送';
|
|
|
+ $sendName = '跑腿送';
|
|
|
}
|
|
|
if ($orderInfo->sendType == 3) {
|
|
|
$wlName = $orderInfo['wlName'] ?? '未填物流';
|
|
|
@@ -1895,7 +1895,7 @@ class OrderClass extends BaseClass
|
|
|
$sendName = '到店自取';
|
|
|
}
|
|
|
if ($orderInfo['sendType'] == 2) {
|
|
|
- $sendName = '代叫配送';
|
|
|
+ $sendName = '跑腿送';
|
|
|
}
|
|
|
if ($orderInfo['sendType'] == 3) {
|
|
|
$wlName = $orderInfo['wlName'] ?? '未填物流';
|
|
|
@@ -1953,7 +1953,7 @@ class OrderClass extends BaseClass
|
|
|
$content .= '商品金额:' . floatval($orderInfo['itemPrice']) . '<BR>';
|
|
|
}
|
|
|
if (isset($respond['sendCost']) && $respond['sendCost'] > 0) {
|
|
|
- $content .= ' 运费:' . floatval($respond['sendCost']) . '<BR>';
|
|
|
+ $content .= '<B>跑腿费:' . floatval($respond['sendCost']) . '</B><BR>';
|
|
|
}
|
|
|
if (isset($orderInfo['packCost']) && $orderInfo['packCost'] > 0) {
|
|
|
$content .= ' 打包费:' . floatval($orderInfo['packCost']) . '<BR>';
|