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