浏览代码

打开申请发票功能

gcz 1 年之前
父节点
当前提交
1855530dbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      center/orderdetails.vue

+ 1 - 1
center/orderdetails.vue

@@ -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>