wangfukang 4 days ago
parent
commit
c76ca16f34
  1. 4
      components/tab-bar/delivery.vue

4
components/tab-bar/delivery.vue

@ -116,6 +116,10 @@
<view class="">
{{item.shopName}}
</view>
<view @tap="productDetail(item)" v-if="item.deliveryType == 1"
style="width: 32rpx;height: 30rpx;font-weight: 700;font-size: 20rpx;color: #fff;text-align: center;background: #00BFFF;border-radius: 10rpx;margin: 20rpx 0 0 10rpx;line-height: 30rpx;">
</view>
<view style="color: #777;">
{{item.shopAddress}}
</view>

Loading…
Cancel
Save