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

Loading…
Cancel
Save