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