Commit 90296161545c91d366872e89d961d8b8ae8052bd
1 parent
b722260c
领取券 跳转
Showing
1 changed file
with
5 additions
and
1 deletions
src/views/parkPay/coupon.vue
... | ... | @@ -102,7 +102,11 @@ export default { |
102 | 102 | }); |
103 | 103 | }, |
104 | 104 | toPay() { |
105 | - this.parkRecordList(); | |
105 | + let url = `https://park.jycrtc.com/wxgzh/xp/index.html#/parkRecord?carNumber=${this.carNum}&carNumberColor=${this.$route.query.carNumberColor}` | |
106 | + window.location.href = url | |
107 | + | |
108 | + // window.location = '' | |
109 | + // this.parkRecordList(); | |
106 | 110 | // this.$router.push({ |
107 | 111 | // path: 'couponPay' |
108 | 112 | // }) | ... | ... |