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 => {