处理供应商商品列表一直下拉问题

This commit is contained in:
luofei 2023-05-15 10:16:53 +08:00
parent 42efea0daa
commit 6bba65738a

View File

@ -128,7 +128,7 @@
// console.log(this.infoData);
const res = await getStoreGoods(this.id, this.infoData)
this.list.push(...res.data.list)
if (this.list.length < 10) this.status = 'loadmore'
if (res.data.list.length < 10) this.status = 'nomore'
// this.publicMethods1(res)
},
//