<li@click="SelectCountry(item.countryId)":class="listmsg.visaCountryId==item.countryId?'visa_active':''"v-for="item in hotcountry":key="item.countryId">
<li@click="SelectCity(item.cityId)":class="listmsg.companyId==item.cityId?'visa_active':''"v-for="(item,index) in cityList":key="item.cityId"v-if="index<12">{{item.cityName}}({{item.productCount}})</li>
<ulv-show="selectcon">
<li>成都(15)</li>
<li@click="SelectCity(item.cityId)":class="listmsg.companyId==item.cityId?'visa_active':''"v-for="(item,index) in cityList":key="item.cityId"v-if="index>11">{{item.cityName}}({{item.productCount}})</li>