|
@@ -100,7 +100,7 @@
|
|
|
<view class="box order-info">
|
|
|
<view class="title u-flex u-row-between">
|
|
|
订单信息
|
|
|
- <text class="btn" v-if="orderDetails.status==3" @click="refund">申请退款</text>
|
|
|
+ <text class="btn" v-if="orderDetails.status==3&&orderDetails.allowRefund" @click="refund">申请退款</text>
|
|
|
<text class="btn" v-if="orderDetails.status==7" @click="invoice">申请发票</text>
|
|
|
</view>
|
|
|
<view class="order-info-item" v-for="(item,index) in orderInfo[orderDetails.status]" :key="index">
|