|
@@ -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 => {
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
},
|
|
|
/**
|