Przeglądaj źródła

Merge branch 'master' of http://59.57.98.130:3000/jjhc/report

sugangqiang 2 lat temu
rodzic
commit
6081776247
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/common/controller/Api.php

+ 1 - 1
app/common/controller/Api.php

@@ -453,7 +453,7 @@ class Api extends BaseController {
         $file = Db::table("new_talent_file")->where($where)->findOrEmpty();
 
         if (!TalentApi::checkIsEditable($file["mainId"]))
-            return json(["msg" => "当前状态不能删除"]);
+            return json(["msg" => "当前状态不能删除或者文件已删除,请刷新重试。"]);
         if ($this->chkIsFileOwner($file["mainId"], $file["type"])) {
             if (!empty($file["url"])) {
                 $filepath = "storage/" . $file["url"];