Commit 77d5cc82 authored by youjie's avatar youjie

no message

parent 23665c0d
......@@ -58,6 +58,13 @@
font-size: 28rpx;
font-family: 'nav-font';
}
.jz_TuNewImg{
width: 94rpx;
height: 37rpx;
position: absolute;
left: -4px;
top: 10px;
}
.jz_Right {
width: 432rpx;
......@@ -465,6 +472,7 @@
<view class="jz_TuDiv">
<img class="jz_TuBigImg" mode="aspectFill" :src="getImgs(item.imgCover)" alt="" v-if="item.imgCover && item.imgCover.length>0 && getImgs(item.imgCover)!=''" />
<view class="none-image" v-else>暂无图片</view>
<img v-if="item.isNewArrival&&item.isNewArrival==1" class="jz_TuNewImg" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638733097518452353.png" />
</view>
<view class="jz_Right">
<view class="jz_LineName">{{item.title}}</view>
......
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