Commit cdb5e264 by 陈超

T

parent 7a26e0ae
...@@ -871,4 +871,9 @@ div::-webkit-scrollbar { ...@@ -871,4 +871,9 @@ div::-webkit-scrollbar {
position: fixed; position: fixed;
top: 1rem; top: 1rem;
right: 1rem; right: 1rem;
}
.course_each {
padding: 0.75rem 1.625rem;
padding-bottom: 0;
} }
\ No newline at end of file
...@@ -29,7 +29,18 @@ ...@@ -29,7 +29,18 @@
<van-tab> <van-tab>
<template #title><span :class="tab == 1">课程表</span></template> <template #title><span :class="tab == 1">课程表</span></template>
<van-collapse :border="false" v-model="collapsed"> <van-collapse :border="false" v-model="collapsed">
<van-collapse-item title-class="text_16_600 color_333333" title="单元 1. 行测" name="1">内容</van-collapse-item> <van-collapse-item title-class="text_16_600 color_333333" title="单元 1. 行测" name="1">
<div class="course_each layout_v">
<div class="layout_h">
<van-icon size="16" name="__THEME__/img/locked.png" ></van-icon>
<div class="layout_v weight_full">
<span class="text_14_400 color_333333" style="margin-left: 0.5rem;">理论精讲-言语1</span>
<span class="text_12_400 color_999999" style="margin-top: 0.25rem;">09:50</span>
</div>
</div>
<div class="divider" style="margin-top: 0.5rem;"></div>
</div>
</van-collapse-item>
</van-collapse> </van-collapse>
</van-tab> </van-tab>
</van-tabs> </van-tabs>
...@@ -40,8 +51,9 @@ ...@@ -40,8 +51,9 @@
<van-icon size="16" name="__THEME__/img/share_line.png"></van-icon> <van-icon size="16" name="__THEME__/img/share_line.png"></van-icon>
</div> </div>
<div class="fixed_bottom_bar layout_h_v_c"> <div class="fixed_bottom_bar layout_h_v_c">
<template v-if="bought"> <template v-if="bought">
</template> </template>
<template v-else> <template v-else>
...@@ -56,6 +68,7 @@ ...@@ -56,6 +68,7 @@
<span style="margin-right: 0.75rem;" class="text_12_400 color_999999 self_center">{{personCount}}</span> <span style="margin-right: 0.75rem;" class="text_12_400 color_999999 self_center">{{personCount}}</span>
</div> </div>
</template> </template>
</div> </div>
</div> </div>
...@@ -78,7 +91,7 @@ ...@@ -78,7 +91,7 @@
return this.info.iscollect == 1 return this.info.iscollect == 1
}, },
isFree: function() { isFree: function() {
return this.info.price == 0 return this.price == 0
}, },
price: function() { price: function() {
return this.info.mz_price.price return this.info.mz_price.price
......
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