Commit df045114 authored by 黄奎's avatar 黄奎

页面修改

parent a3128727
......@@ -623,11 +623,11 @@
<ul class="clearfix" style="position:relative;">
<li class="HD_OneLi">
<div>床型:{{item.BedType}}</div>
<div style="margin-left:20px;">楼层:{{item.Floor}}</div>
<!-- <div style="margin-left:20px;">楼层:{{item.Floor}}</div> -->
</li>
<li style="width:180px;" class="HD_OneLi">
<div>面积:{{item.Area}}</div>
<div style="margin-left:20px;">窗型:{{item.WindoWCut}}</div>
<div>面积:{{item.Area}}</div>
<!-- <div style="margin-left:20px;">窗型:{{item.WindoWCut}}</div> -->
</li>
<li class="HD_FreeWifi" style="width:256px;">
<div>前台服务时间至 {{tempData.ServiceTime}}</div>
......@@ -636,9 +636,9 @@
</li>
<li class="HD_Lingprice">
<div>
<template v-if="item.ToDayMoney>0">
<i class="rmb">RMB</i>
<span style="font-size:28px;color:#ff5741;">{{item.ToDayMoney}}</span>
<template v-if="item.PriceList&&item.PriceList.length>0">
<i class="rmb" style="display:none;">RMB</i>
<span style="font-size:28px;color:#ff5741;">{{item.PriceList[0].B2BPrice}}</span>
<label style="font-size:12px;margin-left:4px;"></label>
</template>
<template v-else>
......
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