From b29d90151cc0b62c43785f5b71a13339e3fc0c7e Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 9 Sep 2024 09:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/query/item.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/query/item.vue b/src/pages/query/item.vue index 891fb40c..5a119fbb 100644 --- a/src/pages/query/item.vue +++ b/src/pages/query/item.vue @@ -213,7 +213,6 @@ import { nextTick } from 'vue'; this.pageNo++; }).catch(error => { - this.$refs.paging.complete(false); uni.hideLoading(); this.showMessage(error); })