This commit is contained in:
parent
163764cf1c
commit
1844af01da
|
@ -409,7 +409,7 @@ const fileLoading = ref(false); // 常规作业loading
|
||||||
|
|
||||||
// 下拉滚动参数
|
// 下拉滚动参数
|
||||||
|
|
||||||
const BASE_LIMIT_COUT = 100; // 总加载额外试题数
|
const BASE_LIMIT_COUT = 50; // 总加载额外试题数
|
||||||
const pageNoMore = computed( () => {
|
const pageNoMore = computed( () => {
|
||||||
if (pageParams.value.total < 1) {
|
if (pageParams.value.total < 1) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue