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