|
@@ -959,11 +959,7 @@ export default {
|
|
|
this.$router.push({path: 'parkingFeeList', query});
|
|
|
break
|
|
|
case 'COUPON_EXCHANGE': // 停车券兑换
|
|
|
- this.$store.dispatch('clearUnlicensed');
|
|
|
- uni.setStorageSync('loadData', '');
|
|
|
- wx.miniProgram.navigateTo({
|
|
|
- "url": "/pages/pointsMall/pointsMall?exchangeTypes=2" // 去 login 页面 1 去登录
|
|
|
- })
|
|
|
+ this.doRouter3()
|
|
|
break
|
|
|
case 'PARKING_INVOICE': // 停车开票
|
|
|
const isJump = await this.jumpToPreJudgmentOfParkingInvoice();
|