Browse Source

更新图片mode

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

+ 3 - 3
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>
@@ -357,7 +357,7 @@ import productConSwiper from "@/components/productConSwiper";
 import couponListWindow from "@/components/couponListWindow";
 import productWindow from "@/components/productWindow";
 import userEvaluation from "@/components/userEvaluation";
-import shareRedPackets from "@/components/shareRedPackets";
+// import shareRedPackets from "@/components/shareRedPackets";
 import kefuIcon from "@/components/kefuIcon";
 import menuIcon from "@/components/menuIcon.vue";
 import {
@@ -387,7 +387,7 @@ export default {
 		couponListWindow,
 		productWindow,
 		userEvaluation,
-		shareRedPackets,
+		// shareRedPackets,
 		kefuIcon,
 		menuIcon,
 		cusPreviewImg,