mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
修改
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user