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 @@