@@ -19,12 +19,13 @@
})">
<div
class="goods-img">
- <app-img
- class="goods-item_box"
- :src="item.smallImgList[0]"
- mode="aspectFit"
- style="width:100%"
- />
+
+ <image
+ class="app-img"
+ :src="item.imgList[0]"
+ mode="aspectFit"
+ style="height:713rpx;" ></image>
</div>
<div class="goods-det">
<div class="goods-left">
@@ -91,7 +92,8 @@ export default {
margin-top: 0;
}
.goods-img {
- height:404px;
+ width: 713rpx;
+ height: 713rpx;
display: flex;
justify-content: center;
align-items: center;