@@ -1549,7 +1549,17 @@ class OrderController extends BaseController
$ysName = '到店自取';
}
} else {
-
+ $sendType = $info['sendType'] ?? 0;
+ $ysName = '送货上门';
+ if ($sendType == 1) {
+ $ysName = '到店自取';
+ }
+ if ($sendType == 2) {
+ $ysName = '发跑腿';
+ if ($sendType == 3) {
+ $ysName = '发物流';
$fullAddress = '';