Commit 9ad715f8 authored by zhengke's avatar zhengke

s

parent 6cb55787
......@@ -479,7 +479,7 @@
{{hotelSummary.address}}
</div>
<div class="HD_Top_Price">
<span class="HD_Top_Pinfo"><i>¥</i>{{getPrice(price)}}</span>
<span class="HD_Top_Pinfo"><i>¥</i>{{price}}</span>
<span class="HD_Top_qi">/起</span>
<!-- <span>另付税:¥177</span> -->
<input type="button" class="HD_SureBtn" style="display:none;" value="立即预订"/>
......
......@@ -1098,7 +1098,7 @@ export default {
this.PassMsg.arrivalDate=this.msg.arrivalDate;
this.PassMsg.departureDate = this.msg.departureDate;
this.PassMsg.searchroomGroup = this.msg.searchroomGroup;
this.PassMsg.lowrateBySetCurrency = item.lowrateTotalBySetCurrency;
this.PassMsg.lowrateBySetCurrency = this.getPrice(item.lowrateTotalBySetCurrency);
this.PassMsg.room = this.room
this.PassMsg.auditNum = this.auditNum;
......
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