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

team

... ... @@ -15,6 +15,10 @@ class TeamModel extends Model
{
protected $name = 'team';
public function getPicAttr($value){
return cmf_get_image_url($value);
}
/**
* 获取地址
... ...
... ... @@ -123,6 +123,7 @@ class TeamController extends AdminBaseController
*/
public function addPost(){
$data=input('');
$data['create_time']=time();
$info=db('team')->insert($data);
if (!empty($info)){
$this->success('操作成功!');
... ...