Commit 0cff4cec authored by youjie's avatar youjie

no message

parent 9aaaff60
......@@ -144,9 +144,9 @@
},
searchClose() {
this.$emit('searchClose')
// this.HotelList = []
// this.KeyCityList = []
// this.parameters.KeyWords = ''
this.HotelList = []
this.KeyCityList = []
this.parameters.KeyWords = ''
},
lower(e) {
// TODO: 滚动到了底部,实现翻页加载
......
......@@ -356,20 +356,10 @@
this.parameters.KeyWords2= ''
this.research(1)
},
searchClose(KeyWords) {
searchClose() {
this.showSearchCity = false
this.showCityList = false
// if(this.parameters.hotelId||(this.parameters.CityCode!=this.PopularCities[0].CityList[0].CityCode)){
// if(this.parameters.hotelId){
// this.parameters.hotelId = ''
// }else {
// this.city = this.parameters.CityName = this.PopularCities[0].CityList[0].CityName
// this.parameters.CityCode2 = this.PopularCities[0].CityList[0].CityCode
// this.parameters.CityCode = this.PopularCities[0].CityList[0].CityCode
// }
// this.research(12)
// }
if(this.parameters.KeyWords2!=''&&KeyWords==''){
if(this.parameters.KeyWords2!=''){
this.parameters.KeyWords2 = ''
this.parameters.hotelId = ''
this.research(12)
......
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