|
|
@@ -75,7 +75,6 @@ class PurchaseClass extends BaseClass
|
|
|
}
|
|
|
$distance = mapUtil::calculateDistance($shopLong, $shopLat, $ghsShopLong, $ghsShopLat);
|
|
|
$formatDistance = ceil($distance / 1000);
|
|
|
- noticeUtil::push("同城距离:" . $formatDistance, '15280215347');
|
|
|
if($formatDistance > 150){
|
|
|
return false;
|
|
|
}
|