|
@ -42,49 +42,19 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="cert-box" style="padding-top: 1rpx;" v-if="false"> |
|
|
<view class="cert-box" style="padding-top: 1rpx;" v-if="certObj"> |
|
|
<view class="cert-item flex-between" @click="viewImage()"> |
|
|
<view v-for="(item,key) in certObj" :key="key" class="cert-item flex-between" @click="viewImage(item)"> |
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20250916/927117700e11004a0c332b535bb249b6.png"></image> |
|
|
<image v-if="key==1" src="https://static.ticket.sz-trip.com/uploads/20250916/927117700e11004a0c332b535bb249b6.png"></image> |
|
|
|
|
|
<image v-if="key==2" src="https://static.ticket.sz-trip.com/uploads/20250916/de42d3e5c17462615e6f22246c3ea24f.png"></image> |
|
|
|
|
|
<image v-if="key==3" src="https://static.ticket.sz-trip.com/uploads/20250916/b63681844b2b85aec5e087cf89d5acf5.png"></image> |
|
|
|
|
|
<image v-if="key==4" src="https://static.ticket.sz-trip.com/uploads/20250916/001b09bc6e33251f1817c3af71e1e8ff.png"></image> |
|
|
<view class="cert-content flex-1 w-1rpx flex-between"> |
|
|
<view class="cert-content flex-1 w-1rpx flex-between"> |
|
|
<view class="cert-text flex-1 w-1rpx" style="padding-left: 13rpx;"> |
|
|
<view class="cert-text flex-1 w-1rpx" style="padding-left: 13rpx;"> |
|
|
<view>绿色食品</view> |
|
|
<view v-if="key==1">绿色食品</view> |
|
|
<view style="padding-top: 10rpx;">LB-15-23120620620830</view> |
|
|
<view v-if="key==2">中国有机产品</view> |
|
|
</view> |
|
|
<view v-if="key==3">江苏食用农产品合格证</view> |
|
|
<view class="view-icon flex-shrink-0"> |
|
|
<view v-if="key==4">农产品地理标志</view> |
|
|
查看<uni-icons type="right" color="#6A8A2D" size="12"></uni-icons> |
|
|
<view style="padding-top: 10rpx;">{{item.number}}</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="cert-item flex-between" @click="viewImage()"> |
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20250916/de42d3e5c17462615e6f22246c3ea24f.png"></image> |
|
|
|
|
|
<view class="cert-content flex-1 w-1rpx flex-between"> |
|
|
|
|
|
<view class="cert-text flex-1 w-1rpx" style="padding-left: 13rpx;"> |
|
|
|
|
|
<view>中国有机产品</view> |
|
|
|
|
|
<view style="padding-top: 10rpx;">LB-15-23120620620830</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="view-icon flex-shrink-0"> |
|
|
|
|
|
查看<uni-icons type="right" color="#6A8A2D" size="12"></uni-icons> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="cert-item flex-between" @click="viewImage()"> |
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20250916/b63681844b2b85aec5e087cf89d5acf5.png"></image> |
|
|
|
|
|
<view class="cert-content flex-1 w-1rpx flex-between"> |
|
|
|
|
|
<view class="cert-text flex-1 w-1rpx" style="padding-left: 13rpx;"> |
|
|
|
|
|
<view>江苏食用农产品合格证</view> |
|
|
|
|
|
<view style="padding-top: 10rpx;">LB-15-23120620620830</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="view-icon flex-shrink-0"> |
|
|
|
|
|
查看<uni-icons type="right" color="#6A8A2D" size="12"></uni-icons> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="cert-item flex-between" @click="viewImage()"> |
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20250916/001b09bc6e33251f1817c3af71e1e8ff.png"></image> |
|
|
|
|
|
<view class="cert-content flex-1 w-1rpx flex-between"> |
|
|
|
|
|
<view class="cert-text flex-1 w-1rpx" style="padding-left: 13rpx;"> |
|
|
|
|
|
<view>农产品地理标志</view> |
|
|
|
|
|
<view style="padding-top: 10rpx;">LB-15-23120620620830</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view class="view-icon flex-shrink-0"> |
|
|
<view class="view-icon flex-shrink-0"> |
|
|
查看<uni-icons type="right" color="#6A8A2D" size="12"></uni-icons> |
|
|
查看<uni-icons type="right" color="#6A8A2D" size="12"></uni-icons> |
|
@ -220,6 +190,7 @@ |
|
|
cartNum: 0, |
|
|
cartNum: 0, |
|
|
supplierInfo: null, |
|
|
supplierInfo: null, |
|
|
|
|
|
|
|
|
|
|
|
certObj: null, |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
onPageScroll(e){ |
|
|
onPageScroll(e){ |
|
@ -244,10 +215,14 @@ |
|
|
this.getCartList() |
|
|
this.getCartList() |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
viewImage () { |
|
|
viewImage (item) { |
|
|
uni.previewImage({ |
|
|
let image = ""; |
|
|
urls: ["https://static.ticket.sz-trip.com/uploads/20250916/927117700e11004a0c332b535bb249b6.png"] |
|
|
if (item.image) { |
|
|
}) |
|
|
image = this.showImg(item.image) |
|
|
|
|
|
uni.previewImage({ |
|
|
|
|
|
urls: [image] |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
changPopShow (e) { |
|
|
changPopShow (e) { |
|
@ -269,6 +244,12 @@ |
|
|
} |
|
|
} |
|
|
this.info = res.data; |
|
|
this.info = res.data; |
|
|
this.sku = res.data.sku || [] |
|
|
this.sku = res.data.sku || [] |
|
|
|
|
|
if (res.data.product_certification_data) { |
|
|
|
|
|
try { |
|
|
|
|
|
this.certObj = JSON.parse(res.data.product_certification_data) |
|
|
|
|
|
console.log(this.certObj["1"]) |
|
|
|
|
|
} catch (e) {} |
|
|
|
|
|
} |
|
|
this.getSupplierInfo(res.data.supplier_id) |
|
|
this.getSupplierInfo(res.data.supplier_id) |
|
|
|
|
|
|
|
|
this.shareParam = {title: this.info.title, imageUrl: this.info.headimg} |
|
|
this.shareParam = {title: this.info.title, imageUrl: this.info.headimg} |
|
|