|
@@ -418,13 +418,20 @@
|
|
|
orderServiceIds.push(i.orderServiceId)
|
|
orderServiceIds.push(i.orderServiceId)
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
- this.$api.qenPayInfo({
|
|
|
|
|
- orderServiceIds:orderServiceIds,
|
|
|
|
|
- orderNo:this.order.orderNo
|
|
|
|
|
|
|
+ this.$api.oneClickPay({
|
|
|
|
|
+ orderId:this.order.orderId
|
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
|
- this.tradeNo=res.data.data.tradeNo
|
|
|
|
|
|
|
+ this.tradeNo = res.data.data.tradeNo
|
|
|
this.$refs.popup.open()
|
|
this.$refs.popup.open()
|
|
|
})
|
|
})
|
|
|
|
|
+
|
|
|
|
|
+ // this.$api.qenPayInfo({
|
|
|
|
|
+ // orderServiceIds:orderServiceIds,
|
|
|
|
|
+ // orderNo:this.order.orderNo
|
|
|
|
|
+ // }).then(res=>{
|
|
|
|
|
+ // this.tradeNo=res.data.data.tradeNo
|
|
|
|
|
+ // this.$refs.popup.open()
|
|
|
|
|
+ // })
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
commitAppeal(){
|
|
commitAppeal(){
|