Commit 505cc029 by 陈超

T

parent 065536b2
......@@ -20,6 +20,9 @@
v-model="tab">
<van-tab>
<template #title> <span :class="tab == 0">课程介绍</span></template>
<div class="layout_v" style="padding: 0.75rem;">
<span class="text_18_600 color_333333">{{courseName}}</span>
</div>
</van-tab>
<van-tab>
<template #title> <span :class="tab == 1">课程表</span></template>
......@@ -85,6 +88,9 @@
},
personCount: function() {
return this.info.video_order_count + "人已购买"
},
courseName: function() {
return this.info.video_title
}
}
})
......
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