shish преди 4 години
родител
ревизия
03c3228aa9
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      app-ghs/controllers/AuthController.php
  2. 2 2
      app-hd/controllers/AuthController.php

+ 2 - 2
app-ghs/controllers/AuthController.php

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

+ 2 - 2
app-hd/controllers/AuthController.php

@@ -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('请先注册');
         }