|
|
@@ -50,7 +50,7 @@ class IntraCityController extends BaseController
|
|
|
$name = $shopName == '首店' ? $sjName : $sjName . ' ' . $shopName;
|
|
|
|
|
|
$adminId = $this->adminId;
|
|
|
- util::checkRepeatCommit($adminId, 4);
|
|
|
+ util::checkRepeatCommit($adminId, 3);
|
|
|
|
|
|
if (empty($shop->lat) || empty($shop->long)) {
|
|
|
util::fail('没有经纬度,请修改地址');
|
|
|
@@ -143,7 +143,7 @@ class IntraCityController extends BaseController
|
|
|
$shop = $this->shop;
|
|
|
|
|
|
$adminId = $this->adminId;
|
|
|
- util::checkRepeatCommit($adminId, 4);
|
|
|
+ util::checkRepeatCommit($adminId, 3);
|
|
|
|
|
|
if (empty($shop->lat) || empty($shop->long)) {
|
|
|
util::fail('没有经纬度,请修改地址');
|