From cc61d69620bb6e506bcf0d09f9c9ce68fe2ec6f0 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 29 Apr 2022 13:57:36 +0800 Subject: [PATCH] 29419 --- src/apps/AppInfotainment/newsList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppInfotainment/newsList.vue b/src/apps/AppInfotainment/newsList.vue index 188f2c5f..5fbf5a50 100644 --- a/src/apps/AppInfotainment/newsList.vue +++ b/src/apps/AppInfotainment/newsList.vue @@ -126,7 +126,7 @@ this.$http.post(`/app/apppublicityinfo/list?`, null, { params: { current: this.current, - moduleId: this.tabList[this.currIndex].parentId, + moduleId: this.currIndex == 0? this.tabList[0].parentId : this.tabList[this.currIndex].parentId, categoryId: this.tabList[this.currIndex].id, } }).then(res => {