订单触底加载

This commit is contained in:
李志鹏
2026-06-02 10:44:30 +08:00
parent 00bc9041ef
commit 6131cd2e96

View File

@@ -142,10 +142,9 @@
}
list.value.push(obj)
})
total.value = res.total
page.value++
finish.value = page.value > total.value / size.value
finish.value = total.value <= list.value.length
loading.value = false
})
.catch(() => {