Commit d1934f32 authored by youjie's avatar youjie

no message

parent e95a5611
...@@ -51,13 +51,14 @@ ...@@ -51,13 +51,14 @@
<view class="row"> <view class="row">
<view class="column"> <view class="column">
<view class="hotelDetailRPrice"> <view class="hotelDetailRPrice">
{{subItem.Currency }} <text> {{subItem.Currency }}
<text>
{{subItem.TotalPrice}} {{subItem.TotalPrice}}
</text>起/晚 </text>起/晚
</view> </view>
<view class="hotelDetailRPriceT">{{dayObj.day}}晚总价 <view class="hotelDetailRPriceT">{{dayObj.day}}晚总价
<text>{{subItem.Currency}} <text>
{{ (subItem.TotalPrice*dayObj.day).toFixed(2) }} {{subItem.Currency}}{{ (subItem.TotalPrice*dayObj.day).toFixed(2) }}
</text> </text>
</view> </view>
</view> </view>
...@@ -109,13 +110,14 @@ ...@@ -109,13 +110,14 @@
<view class="column"> <view class="column">
<view class="hotelDetailMinXiRF"> </view> <view class="hotelDetailMinXiRF"> </view>
<view class="hotelDetailMinXiRP"> <view class="hotelDetailMinXiRP">
{{subItem.Currency }} <text> {{subItem.Currency }}
<text>
{{subItem.TotalPrice}} {{subItem.TotalPrice}}
</text> </text>
</view> </view>
<view class="hotelDetailMinXiRT">{{dayObj.day}}晚总价 <view class="hotelDetailMinXiRT">{{dayObj.day}}晚总价
<text>{{subItem.Currency}} <text>
{{ (subItem.TotalPrice*dayObj.day).toFixed(2) }} {{subItem.Currency}}{{ (subItem.TotalPrice*dayObj.day).toFixed(2) }}
</text> </text>
</view> </view>
</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