|
@@ -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,
|