From b6004caab769ed1cf35f2fe53b715a79d1df9aeb Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Tue, 25 Jun 2024 10:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 47d4b84..8ebde58 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -348,8 +348,10 @@ // #endif } }) + that.city = uni.getStorageSync('city') ? uni.getStorageSync('city') : '请选择城市' that.getBannerList() that.getHomeArtificerList() + that.getKTCityList(); that.remen() }, onShow() { @@ -563,8 +565,8 @@ isStart: 1, status: 1, city: this.city, - longitude:this.longitude, - latitude:this.latitude, + longitude:'125.281198', + latitude:'43.883036', page: 1, limit: 3 }