@ -544,7 +544,7 @@ class ProjectController extends CommonController
$has = AskSubmit::where('project_id', $all['project_id'])
->where('mobile', $all['mobile'])
->first();
if ($has) return $this->error("每个月只能提交一次");
if ($has) return $this->error("请勿重复提交");
$content = [];
$socre = 0;
$askList = AskSubmit::$askList;