|
@@ -22,6 +22,7 @@
|
|
v-if= "isRequest"
|
|
v-if= "isRequest"
|
|
:status= "btnStatus"
|
|
:status= "btnStatus"
|
|
:shareCode= "shareCode"
|
|
:shareCode= "shareCode"
|
|
|
|
+ :onlinePayFlag="onlinePayFlag"
|
|
@buttonConfirm="handButtonConfirm">
|
|
@buttonConfirm="handButtonConfirm">
|
|
</order-button>
|
|
</order-button>
|
|
</view>
|
|
</view>
|
|
@@ -67,6 +68,7 @@
|
|
cellPhone:'', //客服电话
|
|
cellPhone:'', //客服电话
|
|
payStatus:0,
|
|
payStatus:0,
|
|
btnStatus:0, //按钮组件状态
|
|
btnStatus:0, //按钮组件状态
|
|
|
|
+ onlinePayFlag:'',
|
|
isRequest:false, //是否加载完成渲染子组件
|
|
isRequest:false, //是否加载完成渲染子组件
|
|
isOrderShare:false,
|
|
isOrderShare:false,
|
|
isShareModal:false,
|
|
isShareModal:false,
|
|
@@ -117,6 +119,7 @@
|
|
this.payStatus = resData.order.payStatus
|
|
this.payStatus = resData.order.payStatus
|
|
this.shopOrderData = resData.shopOrderList
|
|
this.shopOrderData = resData.shopOrderList
|
|
this.orderInvoice = resData.orderInvoice
|
|
this.orderInvoice = resData.orderInvoice
|
|
|
|
+ this.onlinePayFlag = resData.order.onlinePayFlag
|
|
this.returnedPurchaseList = resData.returnedPurchaseList
|
|
this.returnedPurchaseList = resData.returnedPurchaseList
|
|
this.discernReceiptList = resData.discernReceiptList
|
|
this.discernReceiptList = resData.discernReceiptList
|
|
this.receiptAmount = resData.order.receiptAmount
|
|
this.receiptAmount = resData.order.receiptAmount
|