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 }