From 689cbccfabd7a75b5141714abbecf7af99174918 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Mon, 20 Jun 2022 14:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;