|
@@ -216,7 +216,6 @@ export default {
|
|
// 服务端返回的总页数大于当前页数, 将当前页数+1
|
|
// 服务端返回的总页数大于当前页数, 将当前页数+1
|
|
this.majorListQuery.current++;
|
|
this.majorListQuery.current++;
|
|
} else {
|
|
} else {
|
|
- console.log(this.majorFinished)
|
|
|
|
// 反之停止加载
|
|
// 反之停止加载
|
|
this.majorFinished = true;
|
|
this.majorFinished = true;
|
|
}
|
|
}
|