Commit ab8380bf authored by youjie's avatar youjie

no message

parent 573c511e
......@@ -360,8 +360,9 @@
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 {
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
......
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