From 90296161545c91d366872e89d961d8b8ae8052bd Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Tue, 12 Nov 2024 14:34:41 +0800 Subject: [PATCH] 领取券 跳转 --- src/views/parkPay/coupon.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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' // }) -- libgit2 0.21.4