处理供应商商品列表一直下拉问题
This commit is contained in:
parent
42efea0daa
commit
6bba65738a
@ -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)
|
||||
},
|
||||
//上拉刷新
|
||||
|
Loading…
x
Reference in New Issue
Block a user