Commit 03713105 by 冷斌

fix bug

parent 53e27899
......@@ -17,7 +17,7 @@
<div v-for="(item, index) in options[0].items" :key="index" class="layout_h collect_video_item">
<van-image height="68" width="120" fit="cover" src="https://img.yzcdn.cn/vant/cat.jpeg" ></van-image>
<div class="weight_full layout_v_b" style="margin-left: 0.75rem;">
<span class="text_14_600 color_333333">[班级课程]透视理论01——认识透视</span>
<span class="text_14_600 color_333333">{{item.video_info.video_title}}</span>
<div class="layout_h_b">
<span class="text_14_600 color_FF3B3B">¥100</span>
<div class="collect_view_button layout_center text_12_400 color_white">查看</div>
......@@ -67,16 +67,16 @@
_this.options = [{
title: "我的视频",
items: exams,
items: video,
page: 0,
finished: true
},{
title: "我的真题",
items: video,
items: exams,
page: 0,
finished: true
}];
console.log(_this.options);
console.log(video, exams);
}, 'json');
},
methods: {
......
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