Commit 9bdca905 by 冷斌

设置

parent ce7a94bb
...@@ -369,7 +369,7 @@ class VideoAction extends CommonAction ...@@ -369,7 +369,7 @@ class VideoAction extends CommonAction
} }
$data = D('ZyVideo', 'course')->where($map)->find(); $data = D('ZyVideo', 'course')->where($map)->find();
!$this->is_pc && $data['video_intro'] = loadingImgOfLazyLoad($data['video_intro']); // !$this->is_pc && $data['video_intro'] = loadingImgOfLazyLoad($data['video_intro']);
if (!$data) { if (!$data) {
$this->error('该课程不存在'); $this->error('该课程不存在');
......
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