bug
This commit is contained in:
@@ -45,22 +45,11 @@ export default {
|
|||||||
this.parentName = params.parentName
|
this.parentName = params.parentName
|
||||||
uni.$on('update', (tabIndex) => {
|
uni.$on('update', (tabIndex) => {
|
||||||
this.currIndex = tabIndex
|
this.currIndex = tabIndex
|
||||||
// setTimeout(() => {
|
|
||||||
// this.getListInit()
|
|
||||||
// },600)
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = this.parentName
|
document.title = this.parentName
|
||||||
this.getList().then(() => this.getListInit())
|
this.getList().then(() => this.getListInit())
|
||||||
// setTimeout(() => {
|
|
||||||
// this.currIndex = 8
|
|
||||||
// // this.getListInit()
|
|
||||||
// },600)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// })
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user