首页定位

This commit is contained in:
Mr.jiang 2024-06-25 10:37:29 +08:00
parent 0093c2efe4
commit b6004caab7
1 changed files with 4 additions and 2 deletions

View File

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