Commit 6a04aa9d by 冷斌

设置

parent fc866513
...@@ -592,7 +592,7 @@ class VideoAction extends CommonAction ...@@ -592,7 +592,7 @@ class VideoAction extends CommonAction
$this->assign('share_url', $share_url); $this->assign('share_url', $share_url);
// pay_url参数 【课程ID,课程类型,卡券ID,课时ID,挂载机构ID】 // pay_url参数 【课程ID,课程类型,卡券ID,课时ID,挂载机构ID】
$this->assign('pay_url', jiami("{$id},zy_video,0,0," . $mount_mhm_id . ',' . $agent_mhm_id)); $this->assign('pay_url', jiami("{$id},zy_video,0,0," . $mount_mhm_id . ',' . $agent_mhm_id));
$this->assign('video_count', $video_count); $this->assign('video_count', 1);
$this->assign("course_qrcode", $this->course_qrcode['is_open']); $this->assign("course_qrcode", $this->course_qrcode['is_open']);
// 查询拼团活动 // 查询拼团活动
$hasEvent = $this->_checkAsbEvent($id, $data, $mybuy); $hasEvent = $this->_checkAsbEvent($id, $data, $mybuy);
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<div v-if="tab == 0" class="layout_v"> <div v-if="tab == 0" class="layout_v">
<div class="layout_v" style="padding: 0.75rem;padding-bottom: 0.5rem;"> <div class="layout_v" style="padding: 0.75rem;padding-bottom: 0.5rem;">
<span class="text_18_600 color_333333">{{courseName}}</span> <span class="text_18_600 color_333333">{{courseName}}</span>
<span style="margin-top: 0.5rem;" class="text_12_400 color_999999">总{$data.video_intro}课时</span> <span style="margin-top: 0.5rem;" class="text_12_400 color_999999">总{$video_count}课时</span>
</div> </div>
<div class="normal_gap"></div> <div class="normal_gap"></div>
<div v-html="courseIntro"></div> <div v-html="courseIntro"></div>
......
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