【修复】修复售后订单列表缩略图错位问题。

This commit is contained in:
JianWeie
2022-06-14 14:43:34 +08:00
parent 36747bd345
commit 1620e0d315

View File

@@ -20,7 +20,9 @@
</view>
</view>
<view class="item" v-for="(v, k) in item.items" :key="k" @click="showOrder(item.aftersalesId)">
<view class="left"><image :src="v.imageUrl && v.imageUrl!='null' ? v.imageUrl+'?x-oss-process=image/resize,m_lfit,h_320,w_240' : '/static/images/common/empty-banner.png'" mode="aspectFill"></image></view>
<view class="left">
<u--image :showLoading="true" :src="v.imageUrl && v.imageUrl!='null' ? v.imageUrl+'?x-oss-process=image/resize,m_lfit,h_320,w_240' : '/static/images/common/empty-banner.png'" width="80px" height="80px" mode="aspectFill"></u--image>
</view>
<view class="content">
<view class="title u-line-2">{{v.name}}</view>
<view class="type">{{v.addon}}</view>