Commit 756e1061 by Administrator

'取消课程管理标题跳转'

parent 346932db
...@@ -85,10 +85,8 @@ class AdminVideoAction extends AdministratorAction ...@@ -85,10 +85,8 @@ class AdminVideoAction extends AdministratorAction
$this->opt['quanzhong'] = array('best_sort asc' => '精选推荐', 'best_like_sort asc' => '喜欢推荐', 'cete_floor_sort asc' => '分类楼层推荐', 're_free_sort asc' => '天天特价推荐'); $this->opt['quanzhong'] = array('best_sort asc' => '精选推荐', 'best_like_sort asc' => '喜欢推荐', 'cete_floor_sort asc' => '分类楼层推荐', 're_free_sort asc' => '天天特价推荐');
if (OPEN_SCHOOL && $this->is_agent) { if (OPEN_SCHOOL && $this->is_agent) {
echo 1;
$listData = $this->_getAgentData($this->is_agent); $listData = $this->_getAgentData($this->is_agent);
} else { } else {
echo 2;
$listData = $this->_getData(20, 0, 1, 1); $listData = $this->_getData(20, 0, 1, 1);
} }
// dump($this->pageKeyList);dump($listData); // dump($this->pageKeyList);dump($listData);
...@@ -1905,8 +1903,10 @@ class AdminVideoAction extends AdministratorAction ...@@ -1905,8 +1903,10 @@ class AdminVideoAction extends AdministratorAction
} }
if ($page != 0) { if ($page != 0) {
echo 11;
$list = $this->_getDataPage($map, $order, $limit, $sale_sort); $list = $this->_getDataPage($map, $order, $limit, $sale_sort);
} else { } else {
echo 22;
$list = $this->_getDataExport($map, $order); $list = $this->_getDataExport($map, $order);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment