Commit e6e30917 by 陈超

T

parent 9d7b21d8
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
<template #title> <span :class="tab == 0">课程介绍</span></template> <template #title> <span :class="tab == 0">课程介绍</span></template>
<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"></span>
</div> </div>
</van-tab> </van-tab>
<van-tab> <van-tab>
...@@ -64,6 +65,7 @@ ...@@ -64,6 +65,7 @@
}, },
created:function(){ created:function(){
this.info = {:json_encode($data)}; this.info = {:json_encode($data)};
console.log("{$video_count}")
console.log(this.info) console.log(this.info)
}, },
computed: { computed: {
......
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