|
|
@@ -49,7 +49,7 @@ class AuthController extends PublicController
|
|
|
$currentShopId = $admin['currentShopId'] ?? 0;
|
|
|
if (empty($currentShopId)) {
|
|
|
if ($openShop == 2) {
|
|
|
- util::fail('开店申请审核状中');
|
|
|
+ util::fail('审核中');
|
|
|
}
|
|
|
util::fail('请先注册');
|
|
|
}
|
|
|
@@ -127,7 +127,7 @@ class AuthController extends PublicController
|
|
|
$currentShopId = $admin['currentShopId'] ?? 0;
|
|
|
if (empty($currentShopId)) {
|
|
|
if ($openShop == 2) {
|
|
|
- util::fail('开店申请审核状中');
|
|
|
+ util::fail('审核中');
|
|
|
}
|
|
|
util::fail('请先注册');
|
|
|
}
|