Commit dfdf1ad3 by 冷斌

fix bug

parent 03713105
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
@load="onLoad"> @load="onLoad">
<template v-if="tab == 0"> <template v-if="tab == 0">
<div v-for="(item, index) in options[0].items" :key="index" 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="item.video_info.cover_path" ></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">{{item.video_info.video_title}}</span> <span class="text_14_600 color_333333">{{item.video_info.video_title}}</span>
<div class="layout_h_b"> <div class="layout_h_b">
......
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