From c9b2e9e2362c3e6c4e2986e9c17334e8d205ec7a Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Fri, 12 Dec 2025 18:14:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5loading=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 11adc32..74c7632 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -882,8 +882,11 @@ export default { } }, searchJob() { + console.log(123123); this.query.list = []; - this.query.page = 1; + this.query.page = 1; + this.speed = -1; + this.loading = true; this.getList(); }, goCity() {