wangfukang 1 week ago
parent
commit
359b8ebcb9
  1. 4
      components/tab-bar/delivery.vue

4
components/tab-bar/delivery.vue

@ -168,8 +168,8 @@
</view> </view>
</view> </view>
</view> </view>
<view v-if="item.isReturn != null && item.isReturn == 1" style="width: 100%;height: 100rpx;margin-top: 32rpx;"> <view v-if="item.isReturn != null && item.isReturn == 0" style="width: 100%;height: 100rpx;margin-top: 32rpx;">
用户申请退款中 用户申请 退款中
</view> </view>
<view v-else style="width: 100%;height: 100rpx;margin-top: 32rpx;"> <view v-else style="width: 100%;height: 100rpx;margin-top: 32rpx;">
<view style="width: 20%;" v-if="item.status == 1 && item.arriveTime == null" @tap="changeStatus(item,1)">已到店</view> <view style="width: 20%;" v-if="item.status == 1 && item.arriveTime == null" @tap="changeStatus(item,1)">已到店</view>

Loading…
Cancel
Save