Explorar el Código

更新两码上传

sandm hace 2 años
padre
commit
38c153d6ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

+ 1 - 1
app/Http/Controllers/Web/Recruit/IndexController.php

@@ -2025,7 +2025,7 @@ class IndexController extends WebBaseController
 
             RecruitSupplement::create($data);
             $appoint_info->save();
-            return ['status' => 1, 'msg' => '提交成功', 'data' => ''];
+            return ['status' => 1, 'msg' => '提交成功,请刷新查看审核结果', 'data' => ''];
         }
 
         return ['status' => 0, 'msg' => 'test', 'data' => ''];