|
@@ -144,7 +144,7 @@ export default {
|
|
|
uni.showLoading({
|
|
|
title: '加载中',
|
|
|
});
|
|
|
- const res = await paperCoupon(couponCode, this.$route.query.vehicleNo);
|
|
|
+ const res = await paperCoupon(couponCode, this.orderDetail.parkingRecord.vehicleNo);
|
|
|
/*const res = {
|
|
|
"status": "1",
|
|
|
"discountCode": "91354260",
|