From 2cb033e0d26877c6dc11e1695cd5f5ce5e09499c Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Tue, 8 Jul 2025 10:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 2 ++ root/other/city.vue | 14 ++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 6600006..072e04d 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -358,6 +358,8 @@ export default { if (cachedCity) { if (this.selectedCity != cachedCity) { this.selectedCity = cachedCity; + this.speed = -1; + this.loading = true; this.getList(); } } diff --git a/root/other/city.vue b/root/other/city.vue index 31e17ac..d7bc56b 100644 --- a/root/other/city.vue +++ b/root/other/city.vue @@ -1,11 +1,11 @@