This commit is contained in:
cc_zbp 2023-05-15 11:08:07 +08:00
commit d28d897e65

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)
},
//