This commit is contained in:
weipengfei 2024-02-28 17:43:38 +08:00
parent ea8b5cdaae
commit 202ee3cb6e
1 changed files with 2 additions and 1 deletions

View File

@ -801,7 +801,8 @@
status: arr,
page: that.page,
limit: that.limit,
product_type: this.product_type
product_type: this.product_type,
source: 11
}).then(res => {
let list = res.data.list || [];
let loadend = list.length < that.limit;