This commit is contained in:
shijingjing
2022-04-29 21:16:41 +08:00
parent 8cd4edef16
commit da1261d52b

View File

@@ -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: {