diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 858a2455..b0102f65 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -573,9 +573,9 @@ export default { if(this.totalPages<3){ this.noDataList = false; } - // if(this.totalPages == 1 && this.course.pageIndex ==1){ - // this.noDataList = true; - // } + if(this.totalPages == 1 && this.course.pageIndex ==1){ + this.noDataList = true; + } } if(this.course.type == 30 || this.course.type == 40) { this.noPageList = false;