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

2
components/tab-bar/delivery.vue

@ -168,7 +168,7 @@
</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;">

Loading…
Cancel
Save