首页定位
This commit is contained in:
parent
0093c2efe4
commit
b6004caab7
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue