|
@@ -58,6 +58,10 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
window.subscribe('reload',( ) => {
|
|
|
+ // 如果是纸质券页面,发起的扫码动作,不做任何刷新动作
|
|
|
+ if (window.location.href.indexOf('parkingFeePaperCoupon') > -1) {
|
|
|
+ return
|
|
|
+ }
|
|
|
// 如果当前路由不是支付页面,则回退到当前页面再刷新页面
|
|
|
if(this.$route.name !== 'parkingFeeDetail') {
|
|
|
this.$router.back()
|