www.maiwd.cn // +---------------------------------------------------------------------- namespace app\admin\controller\wdsxh\member; use app\common\controller\Backend; /** * 会员列表 * * @icon fa fa-circle-o */ class Rights extends Backend { public function _initialize() { parent::_initialize(); $this->model = new \app\admin\model\wdsxh\member\MemberBenefits(); $this->view->assign("statusList", $this->model->getDisabledList()); $this->searchFields = ['title']; } }