fixed v-toast
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user