|
@@ -206,6 +206,7 @@ export default defineComponent({
|
|
.then(async () => {
|
|
.then(async () => {
|
|
orderStatus.orderObject.orderNo = result.orderNo
|
|
orderStatus.orderObject.orderNo = result.orderNo
|
|
orderStatus.orderObject.actualPrice = result.actualPrice
|
|
orderStatus.orderObject.actualPrice = result.actualPrice
|
|
|
|
+ orderStatus.orderObject.discountPrice = result.discountPrice
|
|
this.routerTo()
|
|
this.routerTo()
|
|
})
|
|
})
|
|
.catch(() => {
|
|
.catch(() => {
|