diff --git a/pages/nongKe/supply_chain/merchant.vue b/pages/nongKe/supply_chain/merchant.vue index 0789af1..1a07312 100644 --- a/pages/nongKe/supply_chain/merchant.vue +++ b/pages/nongKe/supply_chain/merchant.vue @@ -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) }, //上拉刷新