|
@@ -3,7 +3,7 @@
|
|
<view class="supplierdetail">
|
|
<view class="supplierdetail">
|
|
|
|
|
|
<view class="full-img-wrap">
|
|
<view class="full-img-wrap">
|
|
- <image class="full-img" v-if="firstcompanyimg" :src="firstcompanyimg|miniImg(75)+'/thumbnail/750x'" mode="widthFix"></image>
|
|
|
|
|
|
+ <image class="full-img" v-if="firstcompanyimg" :src="firstcompanyimg|miniImg(60)+'/thumbnail/750x'" mode="widthFix"></image>
|
|
</view>
|
|
</view>
|
|
<view class="base-info">
|
|
<view class="base-info">
|
|
<view class="base-info-til">{{companyinfo.compName}}</view>
|
|
<view class="base-info-til">{{companyinfo.compName}}</view>
|
|
@@ -58,7 +58,7 @@
|
|
简介:{{companyinfo.compSum}}
|
|
简介:{{companyinfo.compSum}}
|
|
</view>
|
|
</view>
|
|
<view class="supplier-info-certificate">
|
|
<view class="supplier-info-certificate">
|
|
- <image v-for="(img,index) in companyimg" :key="index" :src="img.fileUrl|miniImg(75)+'/thumbnail/750x'" mode="widthFix"></image>
|
|
|
|
|
|
+ <image v-for="(img,index) in companyimg" :key="index" :src="img.fileUrl|miniImg(60)+'/thumbnail/750x'" mode="widthFix"></image>
|
|
<!-- <image class="image" src="../../../static/img/banner-supplierdetail.png" mode="widthFix"></image>
|
|
<!-- <image class="image" src="../../../static/img/banner-supplierdetail.png" mode="widthFix"></image>
|
|
<image class="image" src="../../../static/img/banner-supplierdetail.png" mode="widthFix"></image> -->
|
|
<image class="image" src="../../../static/img/banner-supplierdetail.png" mode="widthFix"></image> -->
|
|
</view>
|
|
</view>
|
|
@@ -72,7 +72,7 @@
|
|
<scroll-view scroll-x="true" class="scroll-X placeoforigin-scroll-view">
|
|
<scroll-view scroll-x="true" class="scroll-X placeoforigin-scroll-view">
|
|
<view class="placeoforigin-wrap" :style="origines.length==1?{width:'auto',display:'block'}:''" v-for="(item,index) in origines" :key="index">
|
|
<view class="placeoforigin-wrap" :style="origines.length==1?{width:'auto',display:'block'}:''" v-for="(item,index) in origines" :key="index">
|
|
<view class="placeoforigin-banner">
|
|
<view class="placeoforigin-banner">
|
|
- <image class="placeoforigin-banner-img" :src="item.imgUrl||'/static/img/placeoforigin-banner.png'|miniImg(75)" mode="widthFix"></image>
|
|
|
|
|
|
+ <image class="placeoforigin-banner-img" :src="item.imgUrl||'/static/img/placeoforigin-banner.png'|miniImg(50)" mode="widthFix"></image>
|
|
</view>
|
|
</view>
|
|
<view class="placeoforigin-text">
|
|
<view class="placeoforigin-text">
|
|
<view class="placeoforigin-text-til">{{item.originName}}</view>
|
|
<view class="placeoforigin-text-til">{{item.originName}}</view>
|
|
@@ -90,7 +90,7 @@
|
|
<!-- 生产地 end -->
|
|
<!-- 生产地 end -->
|
|
<view class="results write-radius" v-if="products.length > 0">
|
|
<view class="results write-radius" v-if="products.length > 0">
|
|
<view v-for="(item,index) in products" :key="index" @click="productdetails(item.id)" class="results-item">
|
|
<view v-for="(item,index) in products" :key="index" @click="productdetails(item.id)" class="results-item">
|
|
- <view class="results-item-img-wrap"><image :src="item.pic|miniImg(75)" mode="aspectFit" class="results-item-img"></image></view>
|
|
|
|
|
|
+ <view class="results-item-img-wrap"><image :src="item.pic|miniImg(50)" mode="aspectFit" class="results-item-img"></image></view>
|
|
<view class="results-item-info">
|
|
<view class="results-item-info">
|
|
<view class="results-item-info-til">{{item.name}}</view>
|
|
<view class="results-item-info-til">{{item.name}}</view>
|
|
<view class="results-item-info-brand">{{item.brandName}}</view>
|
|
<view class="results-item-info-brand">{{item.brandName}}</view>
|