Commit 38e1623e authored by youjie's avatar youjie

no message

parent e7160b92
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
v-for="(items,i) in item.CityList" v-for="(items,i) in item.CityList"
:key="i" :key="i"
@click="currentData(item,items,1)" @click="currentData(item,items,1)"
:class="[busInfor.CityId==items.City?'active':'']"> :class="[(type==3&&busInfor.CityId==items.City)||(type<3&&busInfor.desCityId==items.City)?'active':'']">
<view class="searchCityTextL col"> <view class="searchCityTextL col">
{{ items.CityName }} {{ items.CityName }}
</view> </view>
......
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