二手车交易,我的发布tab切
This commit is contained in:
@ -109,7 +109,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
this.activeTab =this.$route.query.activeTab || Number(sessionStorage.getItem('mineActiveTab')) || 1;
|
this.activeTab =Number(sessionStorage.getItem('mineActiveTab')) || this.$route.query.activeTab || 1;
|
||||||
this.indexActiveTab=Number(sessionStorage.getItem('indexActiveTab')) || 0
|
this.indexActiveTab=Number(sessionStorage.getItem('indexActiveTab')) || 0
|
||||||
await this.getCount()
|
await this.getCount()
|
||||||
await this.getList()
|
await this.getList()
|
||||||
|
Reference in New Issue
Block a user