Commit 9aaaff60 authored by youjie's avatar youjie

no message

parent 58ba913a
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
this.parameters.KeyWords2= '' this.parameters.KeyWords2= ''
this.research(1) this.research(1)
}, },
searchClose() { searchClose(KeyWords) {
this.showSearchCity = false this.showSearchCity = false
this.showCityList = false this.showCityList = false
// if(this.parameters.hotelId||(this.parameters.CityCode!=this.PopularCities[0].CityList[0].CityCode)){ // if(this.parameters.hotelId||(this.parameters.CityCode!=this.PopularCities[0].CityList[0].CityCode)){
...@@ -369,6 +369,11 @@ ...@@ -369,6 +369,11 @@
// } // }
// this.research(12) // this.research(12)
// } // }
if(this.parameters.KeyWords2!=''&&KeyWords==''){
this.parameters.KeyWords2 = ''
this.parameters.hotelId = ''
this.research(12)
}
}, },
searchKey(type, key, City) { searchKey(type, key, City) {
if (type == 1) { if (type == 1) {
...@@ -378,7 +383,6 @@ ...@@ -378,7 +383,6 @@
} }
} else if (type == 2) { } else if (type == 2) {
this.parameters.KeyWords = null this.parameters.KeyWords = null
this.parameters.CityCode = null
this.parameters.KeyWords2 = City this.parameters.KeyWords2 = City
if (this.parameters.hotelId != key) { if (this.parameters.hotelId != key) {
this.parameters.hotelId = key this.parameters.hotelId = key
...@@ -456,9 +460,10 @@ ...@@ -456,9 +460,10 @@
this.closeDropdown() this.closeDropdown()
this.parameters.regionCode = '' this.parameters.regionCode = ''
this.regionKeyWords = '' this.regionKeyWords = ''
if (this.parameters.CityCode != this.parameters.CityCode2||this.parameters.hotelId) {
this.parameters.hotelId = '' this.parameters.hotelId = ''
if (this.parameters.CityCode != this.parameters.CityCode2) { if(this.parameters.CityCode != this.parameters.CityCode2) this.parameters.CityCode = this.parameters.CityCode2
this.parameters.CityCode = this.parameters.CityCode2
this.research(7); this.research(7);
} }
}, },
......
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