首页定位
This commit is contained in:
parent
0093c2efe4
commit
b6004caab7
|
@ -348,8 +348,10 @@
|
||||||
// #endif
|
// #endif
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
that.city = uni.getStorageSync('city') ? uni.getStorageSync('city') : '请选择城市'
|
||||||
that.getBannerList()
|
that.getBannerList()
|
||||||
that.getHomeArtificerList()
|
that.getHomeArtificerList()
|
||||||
|
that.getKTCityList();
|
||||||
that.remen()
|
that.remen()
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
@ -563,8 +565,8 @@
|
||||||
isStart: 1,
|
isStart: 1,
|
||||||
status: 1,
|
status: 1,
|
||||||
city: this.city,
|
city: this.city,
|
||||||
longitude:this.longitude,
|
longitude:'125.281198',
|
||||||
latitude:this.latitude,
|
latitude:'43.883036',
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 3
|
limit: 3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue