u-mage: 加载失败有提示
This commit is contained in:
parent
5b0c2a6ff2
commit
a35e9f7ef4
@ -15,7 +15,7 @@
|
|||||||
<navigator class="composite_item" v-for="item in goods" :key="item.goods_id">
|
<navigator class="composite_item" v-for="item in goods" :key="item.goods_id">
|
||||||
<!-- 3.1.1 图片 -->
|
<!-- 3.1.1 图片 -->
|
||||||
<view class="goods_img">
|
<view class="goods_img">
|
||||||
<image mode="widthFix" :src="item.goods_small_logo"></image>
|
<u-image width="190rpx" height="190rpx" mode="widthFix" :src="item.goods_small_logo"></u-image>
|
||||||
</view>
|
</view>
|
||||||
<!-- 3.1.2 商品信息-->
|
<!-- 3.1.2 商品信息-->
|
||||||
<view class="goods_info">
|
<view class="goods_info">
|
||||||
@ -101,11 +101,6 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
image {
|
|
||||||
width: 190rpx;
|
|
||||||
height: 190rpx;
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.goods_info {
|
.goods_info {
|
||||||
|
Loading…
Reference in New Issue
Block a user