From da1261d52bf181c3f7dccd3532f6a9bf88532958 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 29 Apr 2022 21:16:41 +0800 Subject: [PATCH] bug --- src/apps/AppInfotainment/newsList.vue | 11 ----------- 1 file changed, 11 deletions(-) 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: {