优化菜单适配

master
chenzhi 4 years ago
parent b19853edd3
commit 3f88e7dc6f

@ -303,7 +303,6 @@ class TestingResourceController extends ThinkController
$this->assign('count', $count); $this->assign('count', $count);
$this->assign('_page', $pagination); $this->assign('_page', $pagination);
$this->assign('records', $records); $this->assign('records', $records);
dd(__MENU__);
$this->display(); $this->display();
} }
protected function setDailyCountWhere($params) protected function setDailyCountWhere($params)

Loading…
Cancel
Save