Commit c3979eb2 by 刘海龙

111

parent b66e9d70
......@@ -48,6 +48,8 @@
<!-- 课程表 -->
<div v-if="tab == 1" class="layout_v">
<div class="normal_gap"></div>
<div class="normal_gap"></div>
<div v-html="courseIntro"></div>
<van-collapse :border="false" v-model="collapsed">
<van-collapse-item :border="false" v-for="(item, index) in section" :key="index" title-class="text_16_600 color_333333" :title="item.title" :name="item.id">
......
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