This commit is contained in:
Gdpao
2020-08-20 15:16:29 +08:00
parent c4821f888f
commit 1643bf51b2
4 changed files with 38 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="video-item" v-if="item" @click="toDetailsPage(item.article_id,item.video_path)">
<image class="head" :src="item.article_pic" v-if="item.type == 1" ></image>
<image class="head" :src="item.article_pic" v-if="item.type == 1"></image>
<view class="header_fist" v-else>
<view class="backes">
<u-icon name="play-circle-fill" color="#ffffff" size="20"></u-icon>