Commit 3c19873b authored by youjie's avatar youjie

no message

parent 0cff4cec
......@@ -196,12 +196,12 @@
if (this.parameters.KeyWords == '' || !this.parameters.KeyWords) return
if (type) {
this.$emit('searchKey', 3, item.CityCode, item.NameCN.split(' ')[0])
this.parameters.KeyWords = ''
} else {
this.$emit('searchKey', 2, item.hotelid,this.parameters.KeyWords)
this.parameters.KeyWords = ''
}
// this.HotelList = []
// this.KeyCityList = []
// this.parameters.KeyWords = ''
this.parameters.KeyWords = ''
},
searchKey() {
if (this.parameters.KeyWords == '' || !this.parameters.KeyWords) return
......
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