Commit 35d34e4f by 陈超

T

parent 51142e8d
...@@ -1232,6 +1232,7 @@ class VideoAction extends CommonAction ...@@ -1232,6 +1232,7 @@ class VideoAction extends CommonAction
$this->assign("course_qrcode", $this->course_qrcode['is_open']); $this->assign("course_qrcode", $this->course_qrcode['is_open']);
//如果是ajax并且为h5访问 直接输出后边的数据 //如果是ajax并且为h5访问 直接输出后边的数据
if ($this->isAjax() && $this->is_wap) { if ($this->isAjax() && $this->is_wap) {
$hd = array()
$hd['video_address'] = $video_address $hd['video_address'] = $video_address
$hd['videoid'] = $videoid $hd['videoid'] = $videoid
$hd['video_type'] = $video_type $hd['video_type'] = $video_type
......
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