|
@@ -74,7 +74,7 @@
|
|
|
<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==7" @click="invoice">申请发票</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">
|
|
|
<text class="til">{{item.name}}</text>
|