Commit bc50c239 authored by youjie's avatar youjie

优化

parent 921bf092
......@@ -90,7 +90,7 @@
<text class="busMoney">CNY {{ orderMsg.Unit_Price }} /每辆</text>
</view>
<view class="busListBox row-sb-w"
:class="[busInfor.CarType<3?'active':'']">
:class="[(busInfor&&busInfor.CarType<3)||(dataList.CarTypeList&&dataList.CarTypeList.length==1)?'active':'']">
<view class="busList"
:class="[orderMsg.CarId==item.Id?'active':'']"
v-for="(item,index) in dataList.CarTypeList"
......
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