yuxingxing 2 years ago
parent
commit
170c272087
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/goods_details/index.vue

+ 1 - 1
pages/goods_details/index.vue

@@ -143,7 +143,7 @@
 						<view class="title">{{ $t(`产品介绍`) }}</view>
 						<view class="conter">
 							<u--image :src="item" v-for="(item, index) in 
-								storeInfo.detailImgUrlList" width="100%" mode="aspectFill">
+								storeInfo.detailImgUrlList" width="100%" mode="heightFix">
 							</u--image>
 						</view>
 					</view>