Commit 67fd227f authored by youjie's avatar youjie

no message

parent bb0524a7
...@@ -108,7 +108,6 @@ ...@@ -108,7 +108,6 @@
}, },
type: { type: {
handler(val, oldval) { handler(val, oldval) {
this.addressList = []
this.getPlaceList() this.getPlaceList()
}, },
deep: false, deep: false,
...@@ -179,10 +178,12 @@ ...@@ -179,10 +178,12 @@
}, },
searchClose() { searchClose() {
this.isShow = false this.isShow = false
this.addressList = []
this.$emit('close') this.$emit('close')
}, },
currentData(item,items,type) { currentData(item,items,type) {
if(type==1){ if(type==1){
// 选城市
if(this.type<3){ if(this.type<3){
this.busInfor.desCountryId = item.Country this.busInfor.desCountryId = item.Country
this.busInfor.desCountryName = item.CountryName this.busInfor.desCountryName = item.CountryName
...@@ -210,6 +211,7 @@ ...@@ -210,6 +211,7 @@
} }
this.busInfor.ThreeCode = item.ThreeCode this.busInfor.ThreeCode = item.ThreeCode
}else{ }else{
// 选地址
if(this.type<3){ if(this.type<3){
this.busInfor.destination = this.busInfor.desCountryName+this.busInfor.desCityName+item.name this.busInfor.destination = this.busInfor.desCountryName+this.busInfor.desCityName+item.name
this.busInfor.desLatitude = item.latitude this.busInfor.desLatitude = item.latitude
......
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
background: "#B99846", background: "#B99846",
}, },
getTheCar: 1,//1 接机目的地 2送机出发地 3出发地 getTheCar: 1,//1 接机下车 2送机下车 3上车
startYear: 2025, startYear: 2025,
} }
}, },
......
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