|
@@ -85,7 +85,7 @@ export default {
|
|
title: '停车发票',
|
|
title: '停车发票',
|
|
});
|
|
});
|
|
}, 300);
|
|
}, 300);
|
|
- const invoiceindex = uni.getStorageSync('invoiceindex') || 1
|
|
|
|
|
|
+ const invoiceindex = Number.parseInt(uni.getStorageSync('invoiceindex') || 1)
|
|
this.$store.dispatch('clearUnlicensed');
|
|
this.$store.dispatch('clearUnlicensed');
|
|
if (JSON.stringify(this.member) !== '{}') {
|
|
if (JSON.stringify(this.member) !== '{}') {
|
|
this.invoice(invoiceindex);
|
|
this.invoice(invoiceindex);
|