Commit b92bf24b authored by youjie's avatar youjie

no message

parent 92dd0fec
......@@ -148,6 +148,7 @@
// searchPlacesInCity('JP','东京都','东横').then(res=>{
// console.log(res,'--------搜索结果')
// })
uni.showLoading()
searchPlacesInCity(
this.busInfor.ThreeCode,
this.busInfor.desCityName,
......@@ -155,8 +156,12 @@
).then(res=>{
this.showLoading=false
this.addressList = res
uni.hideLoading()
console.log(res,'--------搜索结果')
})
},err=>{
this.showLoading=false
uni.hideLoading()
})
},
searchClose() {
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