diff --git a/src/apps/AppInfotainment/newsList.vue b/src/apps/AppInfotainment/newsList.vue index 8b9385d0..7d71cd9c 100644 --- a/src/apps/AppInfotainment/newsList.vue +++ b/src/apps/AppInfotainment/newsList.vue @@ -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: {