fixed v-toast

This commit is contained in:
cmxdd
2020-07-30 10:12:27 +08:00
parent 70e848cbbb
commit 5094efd41e
12 changed files with 80 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="content-item">
<view class="image">
<image class="cover" :src="info.article_pic"></image>
<image class="cover" :src="info.article_pic" alt="没有图片"></image>
<image src="/static/image/user/5.png" class="play-icon" v-if="type==2"></image>
</view>
<view class="right" >
@@ -69,7 +69,7 @@ export default {
width: 160rpx;
height: 160rpx;
border-radius: 10rpx;
background-color: aqua;
// background-color: aqua;
flex-shrink: 0;
}
.play-icon {