|
@@ -107,8 +107,8 @@
|
|
|
<view v-if="item.gapInfo?.basePic" class="p-rtv">
|
|
<view v-if="item.gapInfo?.basePic" class="p-rtv">
|
|
|
<image class="w-full h-310" :src="item.gapInfo?.basePic" mode="aspectFill"></image>
|
|
<image class="w-full h-310" :src="item.gapInfo?.basePic" mode="aspectFill"></image>
|
|
|
<view class="d-flex flex-cln a-ed" style="position: absolute; bottom: 20rpx; right: 0">
|
|
<view class="d-flex flex-cln a-ed" style="position: absolute; bottom: 20rpx; right: 0">
|
|
|
- <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20 mb-20" style="border-radius: 10rpx 0 0 10rpx; width: max-content"> {{ item?.contactName }}负责</view>
|
|
|
|
|
- <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20 mb-20" style="border-radius: 10rpx 0 0 10rpx; width: max-content"> 公司+合作社</view>
|
|
|
|
|
|
|
+ <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20 mb-10" style="border-radius: 10rpx 0 0 10rpx; width: max-content"> {{ item?.contactName }}负责</view>
|
|
|
|
|
+ <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20 mb-10" style="border-radius: 10rpx 0 0 10rpx; width: max-content"> 公司+合作社</view>
|
|
|
<view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20" style="border-radius: 10rpx 0 0 10rpx; width: max-content"> 经度:E{{ item?.gapInfo?.lng }} 纬度:N{{ item?.gapInfo?.lat }}</view>
|
|
<view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20" style="border-radius: 10rpx 0 0 10rpx; width: max-content"> 经度:E{{ item?.gapInfo?.lng }} 纬度:N{{ item?.gapInfo?.lat }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|