Commit 1dd1a551 by 陈超

T

parent 583e87ac
......@@ -592,7 +592,7 @@ class VideoAction extends CommonAction
$this->assign('share_url', $share_url);
// pay_url参数 【课程ID,课程类型,卡券ID,课时ID,挂载机构ID】
$this->assign('pay_url', jiami("{$id},zy_video,0,0," . $mount_mhm_id . ',' . $agent_mhm_id));
$this->assign('video_count', 22);
$this->assign('video_count', $video_count);
$this->assign("course_qrcode", $this->course_qrcode['is_open']);
// 查询拼团活动
$hasEvent = $this->_checkAsbEvent($id, $data, $mybuy);
......
......@@ -27,7 +27,10 @@
<div v-html="courseIntro"></div>
</van-tab>
<van-tab>
<template #title> <span :class="tab == 1">课程表</span></template>
<template #title><span :class="tab == 1">课程表</span></template>
<van-collapse v-model="collapsed">
<van-collapse-item title="标题1" name="1">内容</van-collapse-item>
</van-collapse>
</van-tab>
</van-tabs>
</van-sticky>
......@@ -62,6 +65,7 @@
data: function() {
return {
tab: 0,
collapsed: [],
info: {},
}
},
......
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