|
|
@@ -347,7 +347,7 @@ class OrderController extends BaseController
|
|
|
$lat = $get['lat'] ?? '';
|
|
|
$lng = $get['long'] ?? '';
|
|
|
if (empty($lat) || empty($lng) || empty($fullAddress)) {
|
|
|
- util::fail('请完善客户地址');
|
|
|
+ util::fail('请填写客户地址');
|
|
|
}
|
|
|
ini_set('date.timezone', 'Asia/Shanghai');
|
|
|
if (!empty($sendTime)) {
|
|
|
@@ -406,7 +406,7 @@ class OrderController extends BaseController
|
|
|
OrderClass::valid($info->attributes, $this->shopId);
|
|
|
|
|
|
if (empty($info->lat) || empty($info->long) || empty($info->fullAddress)) {
|
|
|
- util::fail('请完善客户地址');
|
|
|
+ util::fail('请填写客户地址');
|
|
|
}
|
|
|
|
|
|
$connection = Yii::$app->db;
|