wangfukang 4 days ago
parent
commit
2d587db483
  1. 12
      components/tab-bar/delivery.vue

12
components/tab-bar/delivery.vue

@ -56,7 +56,7 @@
</view>
<view class="content">
<view class="box1" v-for="(item,index) in deliveryItem" :key="index">
<view class="maotou">
<view class="maotou" v-if="item.deliveryType == 1">
#样式要改<text>{{item.numberCode}}</text>
</view>
<view style="width: 100%;line-height: 70rpx;font-size: 28rpx;font-weight: 700;display: flex;">
@ -80,15 +80,15 @@
style="background: #f5f5f5;line-height: 80rpx;font-weight: 700;padding: 0 20rpx;border-radius: 20rpx;margin-top: 20rpx;color: #777;">
<view style="display: flex;">
<view style="flex:1">
取件方式{{item.allCount != null ? item.allCount : 0}}
{{item.allCount != null ? item.allCount : 0}}
</view>
<view class="" v-if="item.getPictures != null">
取件码截图(分割一下) {{item.getPictures}}
</view>
<view class="" v-if="item.getCodes != null">
取件码取件{{item.getCodes}}
取件码{{item.getCodes}}
</view>
<view style="flex:1;text-align: right;">
<view style="flex:1;text-align: right;" v-if="item.phoneNumber != null">
手机尾号{{item.phoneNumber}}
</view>
</view>
@ -116,10 +116,6 @@
<view class="">
{{item.shopName}}
</view>
<view @tap="productDetail(item)"
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