Browse Source

修改显示模式

yuxingxing 2 years ago
parent
commit
c241e0d4f3
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="widthFix">
+								storeInfo.detailImgUrlList" width="100%" mode="aspectFill">
 							</u--image>
 						</view>
 					</view>