Commit c76c6247 authored by youjie's avatar youjie

no message

parent d05f8dba
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
top: -50rpx; top: -50rpx;
left: 0; left: 0;
right: 0; right: 0;
display: none;
} }
.billDetailsHeaderNum{ .billDetailsHeaderNum{
padding: 60rpx 50rpx 57rpx 50rpx; padding: 60rpx 50rpx 57rpx 50rpx;
......
...@@ -76,6 +76,9 @@ ...@@ -76,6 +76,9 @@
font-size: 24rpx; font-size: 24rpx;
color: #FF5F3D; color: #FF5F3D;
} }
.list-top-right.active1{
color: #333;
}
.list-top-right.active2{ .list-top-right.active2{
color: #0acc82; color: #0acc82;
} }
...@@ -149,7 +152,7 @@ ...@@ -149,7 +152,7 @@
<u-icon name="arrow" size="28" color="#ccc"></u-icon> <u-icon name="arrow" size="28" color="#ccc"></u-icon>
</view> </view>
<view class="list-top-right" <view class="list-top-right"
:class="[item.TravelPriceList[0].LeaderApplyStatus==2?'active2':'']">{{ item.TravelPriceList[0].LeaderApplyStatusName }}</view> :class="[item.TravelPriceList[0].LeaderApplyStatus==2?'active2':item.TravelPriceList[0].LeaderApplyStatus==0?'active1':'']">{{ item.TravelPriceList[0].LeaderApplyStatusName }}</view>
</view> </view>
<view class="list-title-box"> <view class="list-title-box">
<view class="list-title" v-for="(child,i) in item.TravelPriceList" :key="i"> <view class="list-title" v-for="(child,i) in item.TravelPriceList" :key="i">
......
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