|
@@ -51,7 +51,7 @@ export default {
|
|
openId: null,
|
|
openId: null,
|
|
options: null,
|
|
options: null,
|
|
preUrl: '',
|
|
preUrl: '',
|
|
- tabbarActive: '手动缴费',
|
|
|
|
|
|
+ tabbarActive: 'manualPayment',
|
|
supportUnlicensed: false, // 控制当前site,是否使用无牌车
|
|
supportUnlicensed: false, // 控制当前site,是否使用无牌车
|
|
qrCodeHistory: '',
|
|
qrCodeHistory: '',
|
|
isAlipayClient: isAlipayClient,
|
|
isAlipayClient: isAlipayClient,
|
|
@@ -709,7 +709,7 @@ export default {
|
|
},
|
|
},
|
|
tabbarActiveEvent(name) {
|
|
tabbarActiveEvent(name) {
|
|
this.tabbarActive = name
|
|
this.tabbarActive = name
|
|
- if (name === '无牌缴费') {
|
|
|
|
|
|
+ if (name === 'paymentForUnregisteredVehicle') {
|
|
this.$store.dispatch('order/unlicensedRule', (code) => {
|
|
this.$store.dispatch('order/unlicensedRule', (code) => {
|
|
|
|
|
|
// CAR_NOT_FOUND 车场扫描道闸入口,发现无车
|
|
// CAR_NOT_FOUND 车场扫描道闸入口,发现无车
|
|
@@ -977,8 +977,8 @@ export default {
|
|
// debugger
|
|
// debugger
|
|
// const unlicensed = vehicles.filter(elm => elm.vehicleNo.indexOf('临') > -1)
|
|
// const unlicensed = vehicles.filter(elm => elm.vehicleNo.indexOf('临') > -1)
|
|
if (vehicles.length && vehicles[0].vehicleNo.indexOf('临') > -1) {
|
|
if (vehicles.length && vehicles[0].vehicleNo.indexOf('临') > -1) {
|
|
- this.tabbarActiveEvent('无牌缴费');
|
|
|
|
- // this.tabbarActive = '无牌缴费'
|
|
|
|
|
|
+ this.tabbarActiveEvent('paymentForUnregisteredVehicle');
|
|
|
|
+ // this.tabbarActive = 'paymentForUnregisteredVehicle'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
setLicensePlateList(arr) {
|
|
setLicensePlateList(arr) {
|