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

+ 2 - 2
pages/goods_details/index.vue

@@ -142,7 +142,7 @@
 						<view class="title">{{ $t(`产品介绍`) }}</view>
 						<view class="conter">
 							<u--image :src="item" v-for="(item, index) in 
-								storeInfo.detailImgUrlList" width="100%">
+								storeInfo.detailImgUrlList" width="100%" mode="widthFix">
 							</u--image>
 						</view>
 					</view>
@@ -984,7 +984,7 @@ export default {
 				userId: this.$store.state.app.uid,
 				type: 1
 			}).then(res => {
-				
+
 			})
 		},
 		/**