Commit d1934f32 authored by youjie's avatar youjie

no message

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