Browse Source

提示语修改而已

lizhen_gitee 1 year ago
parent
commit
920065d551
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Guild.php

+ 1 - 1
application/api/controller/Guild.php

@@ -429,7 +429,7 @@ class Guild extends Api
         }
         // 搜索签约申请中是否有此身份证号
         $idcardfind = \app\common\model\GuildJoinin::where(["user_id"=>$user_id,'guild_id'=>$guild_id,"status"=>0])->find();
-        if($idcardfind) $this->error("当前账号正在审核,请耐心等待!");
+        if($idcardfind) $this->error("您的申请正在审核,请耐心等待!");
 
         $memberfind = \app\common\model\GuildMember::where(["user_id"=>$user_id])->find();
         if($memberfind) $this->error("一个账号只能加入一个公会哟!");