diff --git a/app/common/repositories/store/order/StoreOrderCreateRepository.php b/app/common/repositories/store/order/StoreOrderCreateRepository.php index 8e338943..36c901c6 100644 --- a/app/common/repositories/store/order/StoreOrderCreateRepository.php +++ b/app/common/repositories/store/order/StoreOrderCreateRepository.php @@ -73,7 +73,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository foreach ($merchantCartList as $merchantCart) { if($merchantCart['type_id']!=Merchant::TypeSupplyChain){ if($merchantCart['street_id']!=$address['street_code']){ - throw new ValidateException('不能跨区域购买商品'); + throw new ValidateException('不支持跨区域购买,请在【我的】-【地址管理】更改后重新购买'); } } foreach ($merchantCart['list'] as $cart) {