diff --git a/src/views/parkPay/coupon.vue b/src/views/parkPay/coupon.vue index 78bce1a..1ab512c 100644 --- a/src/views/parkPay/coupon.vue +++ b/src/views/parkPay/coupon.vue @@ -102,7 +102,11 @@ export default { }); }, toPay() { - this.parkRecordList(); + let url = `https://park.jycrtc.com/wxgzh/xp/index.html#/parkRecord?carNumber=${this.carNum}&carNumberColor=${this.$route.query.carNumberColor}` + window.location.href = url + + // window.location = '' + // this.parkRecordList(); // this.$router.push({ // path: 'couponPay' // })