Merge branch 'master' of http://git.excellentkk.cn/C.C/nk-shop2.0
This commit is contained in:
commit
d28d897e65
@ -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