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