|
@@ -22,7 +22,7 @@ export default {
|
|
baseUrl: this.$baseURL,
|
|
baseUrl: this.$baseURL,
|
|
arrowIcon: arrowIcon,
|
|
arrowIcon: arrowIcon,
|
|
noData: noData,
|
|
noData: noData,
|
|
- tabIndex: 1,
|
|
|
|
|
|
+ tabIndex: 0,
|
|
invoiceList: ['未开票', '已开票'],
|
|
invoiceList: ['未开票', '已开票'],
|
|
list: [],
|
|
list: [],
|
|
isCheckTickets: [],
|
|
isCheckTickets: [],
|
|
@@ -145,6 +145,7 @@ export default {
|
|
console.log('eeeeeeee:::', e, index)
|
|
console.log('eeeeeeee:::', e, index)
|
|
},
|
|
},
|
|
invoice(e) {
|
|
invoice(e) {
|
|
|
|
+ if(this.tabIndex === e) return;
|
|
uni.setStorageSync('invoiceindex', e);
|
|
uni.setStorageSync('invoiceindex', e);
|
|
this.tabIndex = e;
|
|
this.tabIndex = e;
|
|
this.current = -1;
|
|
this.current = -1;
|