@@ -225,7 +225,7 @@ class PurchaseClass extends BaseClass
$shopLong = isset($shop->long) ? $shop->long : '';
if (empty($shopLat) || empty($shopLong)) {
- util::fail('请完善门店地址');
+ util::fail('请完善门店地址哦');
}
$ghsShopLat = isset($ghsShop->lat) ? $ghsShop->lat : '';