Commit a7981f9e by 陈超

T

parent e32a5efe
...@@ -1230,6 +1230,11 @@ class VideoAction extends CommonAction ...@@ -1230,6 +1230,11 @@ class VideoAction extends CommonAction
$this->assign('video_count', $video_count); $this->assign('video_count', $video_count);
$this->assign('switch', model('Xdata')->get('admin_Config:commentSwitch')['course_switch']); $this->assign('switch', model('Xdata')->get('admin_Config:commentSwitch')['course_switch']);
$this->assign("course_qrcode", $this->course_qrcode['is_open']); $this->assign("course_qrcode", $this->course_qrcode['is_open']);
//如果是ajax并且为h5访问 直接输出后边的数据
if ($this->isAjax() && $this->is_wap) {
echo json_encode($data);
exit();
}
// 分销的机构 // 分销的机构
$mount_mhm_id = isset($_GET['mount_mhm_id']) ? jiemi($_GET['mount_mhm_id']) : 0; $mount_mhm_id = isset($_GET['mount_mhm_id']) ? jiemi($_GET['mount_mhm_id']) : 0;
// 代理机构 // 代理机构
......
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