This commit is contained in:
lmj
2022-06-20 14:29:13 +08:00
parent 6ce70d06c9
commit 689cbccfab

View File

@@ -573,9 +573,9 @@ export default {
if(this.totalPages<3){ if(this.totalPages<3){
this.noDataList = false; this.noDataList = false;
} }
// if(this.totalPages == 1 && this.course.pageIndex ==1){ if(this.totalPages == 1 && this.course.pageIndex ==1){
// this.noDataList = true; this.noDataList = true;
// } }
} }
if(this.course.type == 30 || this.course.type == 40) { if(this.course.type == 30 || this.course.type == 40) {
this.noPageList = false; this.noPageList = false;