Commit b1fc4665 by 冷斌

设置

parent 1863aa28
......@@ -39,7 +39,7 @@
<div v-if="tab == 0" class="layout_v">
<div class="layout_v" style="padding: 0.75rem;padding-bottom: 0.5rem;">
<span class="text_18_600 color_333333">{{courseName}}</span>
<span style="margin-top: 0.5rem;" class="text_12_400 color_999999">总{$video_count}课时</span>
<span style="margin-top: 0.5rem;" class="text_12_400 color_999999">总{$data['sectionNum']}课时</span>
</div>
<div class="normal_gap"></div>
<div v-html="courseIntro"></div>
......@@ -98,9 +98,9 @@
},
created:function(){
this.info = {:json_encode($data)};
console.log(this.info)
// console.log(this.info)
let p = {:json_encode($video_section_data)};
console.log(p)
// console.log(p)
for(let k in p) {
this.section.push(p[k])
}
......
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