扫码下单

This commit is contained in:
魏啾
2024-05-15 16:55:38 +08:00
parent da87e38df0
commit 618daced35
6 changed files with 211 additions and 54 deletions

View File

@@ -113,7 +113,7 @@
})
if (res.data.pages < this.form.page) {
this.form.status = 'nomore'
if (res.data.pageNum == 1) {
if (this.form.page == 1 && res.data.list == 0) {
this.is_end = true
}
return false;