Fix:3315 【礼品功能】待发货订单退款详情页不要显示物流信息
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="reject-reason" v-if="orderInfo._status._type==-3 && orderInfo.refundRejectReason">驳回原因:{{ orderInfo.refundRejectReason }}</view> -->
|
||||
<view v-if="orderInfo._status._type == -1 || orderInfo._status._type == -2 || orderInfo._status._type == 4 || orderInfo._status._type == 3 || (orderInfo._status._type == 2 && orderInfo.isTickets!==1)">
|
||||
<view v-if="orderInfo.deliveryId !== null && orderInfo._status._type == -1 || orderInfo._status._type == -2 || orderInfo._status._type == 4 || orderInfo._status._type == 3 || (orderInfo._status._type == 2 && orderInfo.isTickets!==1)">
|
||||
<view v-if="index < 2 || showMoreDeliver" v-for="(delivery, index) in orderInfo.deliveryInfo" :key="index" class="v12-radius-20 v12-white v12-pa-3 v12-mt-4">
|
||||
<view>
|
||||
<text class="v12-secondary-dark-text v12-font-28">{{ delivery.deliveryName }}:{{ delivery.deliveryId }}</text>
|
||||
@@ -554,6 +554,7 @@ export default {
|
||||
// this.$forceUpdate()
|
||||
},
|
||||
getExpressInfo(delivery, i) {
|
||||
if(delivery.deliveryId === null) return
|
||||
let params = {
|
||||
orderCode: this.orderInfo.id,
|
||||
shipperCode: delivery.deliverySn,
|
||||
|
||||
Reference in New Issue
Block a user