Commit 994023a0 authored by zhengke's avatar zhengke

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents 83566b94 54ced2e2
......@@ -87,8 +87,9 @@
</view>
</view>
<view style="display: flex;flex-direction: column;align-items: flex-end;">
<view class="price" :style="{ color: mainColor }">¥{{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 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 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