yuxingxing hace 2 años
padre
commit
766b54fea8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 => {
-				
+
 			})
 		},
 		/**