|
@@ -439,6 +439,11 @@ export default defineComponent({
|
|
|
orderStatus.orderObject.orderNo = result.orderNo
|
|
|
orderStatus.orderObject.actualPrice = result.actualPrice
|
|
|
orderStatus.orderObject.discountPrice = result.discountPrice
|
|
|
+ orderStatus.orderObject.paymentConfig = {
|
|
|
+ ...result.paymentConfig,
|
|
|
+ paymentVendor: result.paymentVendor,
|
|
|
+ paymentVersion: result.paymentVersion
|
|
|
+ }
|
|
|
routerTo()
|
|
|
})
|
|
|
.catch(() => {
|