调整广告位列表问题

This commit is contained in:
搬红转的小男孩 2021-08-28 04:06:32 +00:00 committed by Gitee
parent e3d164eeca
commit 0348d58041

View file

@ -35,6 +35,7 @@ class Ad extends AdminBase
$get = $this->request->get();
$this->_success('获取成功', AdLogic::lists($get));
}
$type = \app\common\model\Ad::getAdTypeDesc(true);
$this->assign('type', $type);
return $this->fetch();