Commit 5dc84ff6 by 陈超

T

parent 37df03ac
......@@ -245,7 +245,7 @@ class VideoAction extends CommonAction
$data['data'][$k]['view_url'] = U('course/Video/view',array('id'=>$v['id']));
}
$data['data'][$k]['mz_price'] = getPrice($v, $this->mid, true, true, $v['type']);
$data['data'][$k]['out'] = getCover($v[cover], 580, 320)
$data['data'][$k]['out'] = getCover($v[cover], 580, 320);
// 查询活动
$event = D('ZyCourseEvents', 'classroom')->getEventInfo(['course_type' => $v['type'], 'course_id' => $v['id']]);
if ($event) {
......
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