shish %!s(int64=2) %!d(string=hai) anos
pai
achega
c0016c27ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      biz-mall/order/services/OrderService.php

+ 1 - 1
biz-mall/order/services/OrderService.php

@@ -194,7 +194,7 @@ class OrderService extends BaseService
             $lat = $data['lat'] ?? '';
             $lng = $data['long'] ?? '';
             if (empty($lat) || empty($lng)) {
-                util::fail('请填写收花地址...');
+                //util::fail('请填写收花地址...');
             }
             $shopLat = $shop->lat ?? '';
             $shopLong = $shop->long ?? '';