Commit 1238ffb7 by 陈超

A

parent 205cb735
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
@load="onLoad"> @load="onLoad">
<template v-if="tab == 0"> <template v-if="tab == 0">
<div class="layout_h collect_video_item"> <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> <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;"> <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">[班级课程]透视理论01——认识透视</span>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</template> </template>
<template v-if="tab == 1"> <template v-if="tab == 1">
<div class="layout_v collect_question_item"> <div v-for="(item, index) in options[1].items" :key="index" class="layout_v collect_question_item">
<span class="text_14_600 color_333333">[班级课程]透视理论01——认识透视[班级课程]透视理论01——认识透视</span> <span class="text_14_600 color_333333">[班级课程]透视理论01——认识透视[班级课程]透视理论01——认识透视</span>
<div class="layout_h_b"> <div class="layout_h_b">
<span class="text_14_600 color_FF3B3B">¥100</span> <span class="text_14_600 color_FF3B3B">¥100</span>
...@@ -52,12 +52,12 @@ ...@@ -52,12 +52,12 @@
finished: false, finished: false,
options: [{ options: [{
title: "我的视频", title: "我的视频",
items: [], items: [1],
page: 0, page: 0,
finished: false finished: false
},{ },{
title: "我的真题", title: "我的真题",
items: [], items: [2],
page: 0, page: 0,
finished: false finished: false
}] }]
......
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