|
|
|
@ -129,7 +129,7 @@ |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
<view style="display: flex;border-radius: 20rpx;margin-top: 32rpx;border: 1px solid rgba(166, 255, 234, 0.78);padding: 10px;"> |
|
|
|
<view class="goods-content"> |
|
|
|
<view class="goods-content" @tap="productDetail(item)"> |
|
|
|
<view class="goods-name" style="font-size: 24rpx;line-height: 50rpx;display: flex;"> |
|
|
|
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/1f77398a73454a6595c12a3c18731599.png" |
|
|
|
alt="" style="width: 50rpx;height: 50rpx;" /> |
|
|
|
@ -138,17 +138,13 @@ |
|
|
|
{{item.shopName}} |
|
|
|
</view> |
|
|
|
<view class="shop-address-row"> |
|
|
|
<view @tap="productDetail(item)" v-if="item.deliveryType == 1" |
|
|
|
class="detail-tag"> |
|
|
|
祥 |
|
|
|
</view> |
|
|
|
<view class="shop-address"> |
|
|
|
{{item.shopAddress}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
<img @tap="makeCall(item.shopPhone)" |
|
|
|
<img @tap.stop="makeCall(item.shopPhone)" |
|
|
|
src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" |
|
|
|
alt="" style="width: 60rpx;height: 60rpx;" /> |
|
|
|
</view> |
|
|
|
@ -166,7 +162,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
<img @tap="makeCall(item.receiverPhone)" |
|
|
|
<img @tap.stop="makeCall(item.receiverPhone)" |
|
|
|
src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" |
|
|
|
alt="" style="width: 60rpx;height: 60rpx;" /> |
|
|
|
</view> |
|
|
|
|