Commit e95a5611 authored by youjie's avatar youjie

修复bug

parent 469a3a08
......@@ -52,14 +52,12 @@
<view class="column">
<view class="hotelDetailRPrice">
{{subItem.Currency }} <text>
<!-- {{getPrice(subItem.TotalPrice)}} -->
{{subItem.TotalPrice}}
</text>起/晚
</view>
<view class="hotelDetailRPriceT">{{dayObj.day}}晚总价
<text>{{subItem.Currency}}
<!-- {{ getPrice(subItem.TotalPrice)*dayObj.day }} -->
{{ subItem.TotalPrice*dayObj.day }}
{{ (subItem.TotalPrice*dayObj.day).toFixed(2) }}
</text>
</view>
</view>
......@@ -112,14 +110,12 @@
<view class="hotelDetailMinXiRF"> </view>
<view class="hotelDetailMinXiRP">
{{subItem.Currency }} <text>
<!--{{getPrice(subItem.TotalPrice)}}-->
{{subItem.TotalPrice}}
</text>
</view>
<view class="hotelDetailMinXiRT">{{dayObj.day}}晚总价
<text>{{subItem.Currency}}
<!--{{ getPrice(subItem.TotalPrice)*dayObj.day }}-->
{{ subItem.TotalPrice*dayObj.day }}
{{ (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