Commit b92bf24b authored by youjie's avatar youjie

no message

parent 92dd0fec
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
// searchPlacesInCity('JP','东京都','东横').then(res=>{ // searchPlacesInCity('JP','东京都','东横').then(res=>{
// console.log(res,'--------搜索结果') // console.log(res,'--------搜索结果')
// }) // })
uni.showLoading()
searchPlacesInCity( searchPlacesInCity(
this.busInfor.ThreeCode, this.busInfor.ThreeCode,
this.busInfor.desCityName, this.busInfor.desCityName,
...@@ -155,8 +156,12 @@ ...@@ -155,8 +156,12 @@
).then(res=>{ ).then(res=>{
this.showLoading=false this.showLoading=false
this.addressList = res this.addressList = res
uni.hideLoading()
console.log(res,'--------搜索结果') console.log(res,'--------搜索结果')
}) },err=>{
this.showLoading=false
uni.hideLoading()
})
}, },
searchClose() { searchClose() {
this.$emit('close') this.$emit('close')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment