Commit cd80b7c8 authored by Mac's avatar Mac

1

parent 872ded02
...@@ -87,8 +87,9 @@ ...@@ -87,8 +87,9 @@
</view> </view>
</view> </view>
<view style="display: flex;flex-direction: column;align-items: flex-end;"> <view style="display: flex;flex-direction: column;align-items: flex-end;">
<view class="price" :style="{ color: mainColor }">¥{{x.price}}/人</view> <view class="price" :style="{ color: mainColor ,'font-size':'14px'}" v-if="msg.CarType==5">¥{{x.price}}/人</view>
<view style=" color: #999999;font-size: 11px; ">总价¥{{x.price*msg.RideNum}}</view> <view class="price" :style="{ color: mainColor ,'font-size':'14px'}" v-if="msg.CarType!=5">¥{{x.price}}</view>
<!-- <view style=" color: #999999;font-size: 11px; ">总价¥{{x.price*msg.RideNum}}</view> -->
</view> </view>
</view> </view>
<view class="line"></view> <view class="line"></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