title = '活动管理'; $this->type = input('type', 'index'); $this->_query($this->table)->order('id desc')->page(false, true); } }