Ver Fonte

开店申请

shish há 4 anos atrás
pai
commit
e15b3d0338
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app-ghs/controllers/AuthController.php

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

@@ -375,7 +375,7 @@ class AuthController extends PublicController
         $currentShopId = $admin['currentShopId'] ?? 0;
         if (empty($currentShopId)) {
             if ($openShop == 2) {
-                util::fail('您的店铺处于审核状态');
+                util::fail('开店申请审核状中,请耐心等待');
             }
         }
         $adminId = $admin['id'];