优化问题

This commit is contained in:
duan
2024-05-27 13:36:21 +08:00
parent 48b569f49d
commit af720a1bab
5 changed files with 14 additions and 6 deletions

View File

@@ -109,7 +109,8 @@
userId: uni.cache.get('userInfo').id,
status: this.form.statuses,
page: this.form.page,
size: this.form.size
size: this.form.size,
orderId:""
})
if (res.data.pages < this.form.page) {
this.form.status = 'nomore'