作者 sgj
1 个管道 的构建 失败 耗费 0 秒

修改志愿者 显示规则

@@ -412,6 +412,7 @@ class IndexController extends RestBaseController @@ -412,6 +412,7 @@ class IndexController extends RestBaseController
412 $join1[$k]['duty']=$work_content[$v['work_content']-1]??''; 412 $join1[$k]['duty']=$work_content[$v['work_content']-1]??'';
413 } 413 }
414 $activity['join']=$join1; 414 $activity['join']=$join1;
  415 + $activity['time']='';
415 416
416 $this->success('获取成功!',$activity); 417 $this->success('获取成功!',$activity);
417 } 418 }