Commit 67fd227f authored by youjie's avatar youjie

no message

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