Commit 94f8248d by 陈超

T

parent 6c1496ef
...@@ -169,6 +169,11 @@ div::-webkit-scrollbar { ...@@ -169,6 +169,11 @@ div::-webkit-scrollbar {
background: #E6E6E6; background: #E6E6E6;
} }
.normal_gap {
height: 0.5rem;
background-color: #F5F5F5;
}
.tab_text_normal { .tab_text_normal {
font-size:14px; font-size:14px;
font-weight:400; font-weight:400;
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
<div class="layout_v" style="padding: 0.75rem;"> <div class="layout_v" style="padding: 0.75rem;">
<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">总{$video_count}课时</span> <span style="margin-top: 0.5rem;" class="text_12_400 color_999999">总{$video_count}课时</span>
<div class="normal_gap"></div>
<div v-html="courseIntro"></div>
</div> </div>
</van-tab> </van-tab>
<van-tab> <van-tab>
...@@ -91,6 +93,9 @@ ...@@ -91,6 +93,9 @@
}, },
courseName: function() { courseName: function() {
return this.info.video_title return this.info.video_title
},
courseIntro: function() {
return this.info.video_intro
} }
} }
}) })
......
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