From 6bba65738a1bc4f57fd9d6f15d99f973f85433f1 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Mon, 15 May 2023 10:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E4=B8=80=E7=9B=B4=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/supply_chain/merchant.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }, //上拉刷新