|
|
@@ -377,7 +377,7 @@ class PurchaseController extends BaseController
|
|
|
$shopLong = isset($shop->long) ? $shop->long : '';
|
|
|
|
|
|
if (empty($shopLat) || empty($shopLong)) {
|
|
|
- util::fail('请完善门店地址');
|
|
|
+ util::success(['distance' => 0, 'showDistance' => 0, 'fee' => 0]);
|
|
|
}
|
|
|
|
|
|
$ghsId = $get['ghsId'] ?? 0;
|