Commit 75dec643 by Administrator

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

parent 756e1061
......@@ -1903,10 +1903,8 @@ class AdminVideoAction extends AdministratorAction
}
if ($page != 0) {
echo 11;
$list = $this->_getDataPage($map, $order, $limit, $sale_sort);
} else {
echo 22;
$list = $this->_getDataExport($map, $order);
}
......@@ -1991,7 +1989,7 @@ class AdminVideoAction extends AdministratorAction
foreach ($list['data'] as &$value) {
$value['video_title'] = mStr($value['video_title'], 20);
$value['video_title'] = getQuickLink(U('course/Video/view', ['id' => $value['id'], 'is_look' => 1]), $value['video_title'], '未知课程');
// $value['video_title'] = getQuickLink(U('course/Video/view', ['id' => $value['id'], 'is_look' => 1]), $value['video_title'], '未知课程');
$value['user_title'] = getUserSpace($value['uid'], null, '_blank');
$value['activity'] = $value['is_activity'] == '1' ? '<span style="color:green">已审核</span>' : '<span style="color:red">未审核</span>';
$value['best'] = $value['is_best'] == '1' ? '<span style="color:green">是</span>' : '<span style="color:red">否</span>';
......
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