Commit ca920e7b authored by youjie's avatar youjie

no message

parent e6a89ea8
......@@ -27,7 +27,6 @@
class="q-ma-md"
@input="changeAddrSearchHandler"
@keyup.enter="searchCity"
@blur="searchCity"
/>
<div class="KeyCityBox absolute bg-white showbox column q-ml-md w-full q-pa-sm"
v-show="showCity"
......@@ -699,7 +698,7 @@ export default {
},
// 关键字搜索城市
searchCity() {
if(this.CitiesList.length||this.regionList.length) return
if(this.CitiesList.length||this.regionList.length||this.searchAdd.name=='') return this.showCity = false
this.msg.KeyWords = this.searchAdd.name
this.apipost('dmc_post_B2BAndB2CGetDestination', {
KeyWords: this.msg.KeyWords
......
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