Commit 065536b2 by 陈超

T

parent ddf3629e
...@@ -10,6 +10,21 @@ ...@@ -10,6 +10,21 @@
<div class="course_detail_video_container"> <div class="course_detail_video_container">
</div> </div>
<van-tabs
:line-width="24"
:line-height="4"
color="#A3E460"
title-active-color="#333333"
title-inactive-color="#333333"
:border="false"
v-model="tab">
<van-tab>
<template #title> <span :class="tab == 0">课程介绍</span></template>
</van-tab>
<van-tab>
<template #title> <span :class="tab == 1">课程表</span></template>
</van-tab>
</van-tabs>
</van-sticky> </van-sticky>
</div> </div>
<div class="layout_h course_detail_share"> <div class="layout_h course_detail_share">
...@@ -41,6 +56,7 @@ ...@@ -41,6 +56,7 @@
el: "#app", el: "#app",
data: function() { data: function() {
return { return {
tab: 0,
info: {}, info: {},
} }
}, },
......
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