Commit f182001f authored by youjie's avatar youjie

no message

parent 3f1edab3
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<span>{{ item.RoomName_CN }}</span> <span>{{ item.RoomName_CN }}</span>
</span> </span>
</div> </div>
<div v-if="item.imageList.length" class="absolute" style="right: 10px;bottom: 43px;"> <div v-if="item.imageList.length" class="absolute" style="right: 10px;top: 65px;">
<span class="text-white f12 q-px-sm row items-center" <span class="text-white f12 q-px-sm row items-center"
style="background: rgba(23,23,23,.5);border-radius: 30px;"> style="background: rgba(23,23,23,.5);border-radius: 30px;">
<q-icon class="q-pl-xs" name="images"></q-icon> <q-icon class="q-pl-xs" name="images"></q-icon>
...@@ -91,8 +91,8 @@ ...@@ -91,8 +91,8 @@
<span v-else class="text-red">不可退改</span> <span v-else class="text-red">不可退改</span>
</div> </div>
<div class="col" v-if="dataList&&dataList.policy"> <div class="col" v-if="dataList&&dataList.policy">
<div>入住时间: <span class="text-red">{{dataList.policy.checkinFrom}}</span></div> <div>入住時間: <span class="text-red">{{dataList.policy.checkinFrom}}</span></div>
<div>退房时间: <span class="text-red">{{dataList.policy.checkoutTo}}</span></div> <div>退房時間: <span class="text-red">{{dataList.policy.checkoutTo}}</span></div>
</div> </div>
</template> </template>
<div class="col text-center cursor-pointer" <div class="col text-center cursor-pointer"
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
v-loading="index==currentIndex&&indexs==currentSubIndex&&confirmLoading"> v-loading="index==currentIndex&&indexs==currentSubIndex&&confirmLoading">
{{ subItem.PriceList&&subItem.PriceList.length?getPrice(subItem.PriceList[0].Price):getPrice(subItem.TotalPrice) }} {{ subItem.PriceList&&subItem.PriceList.length?getPrice(subItem.PriceList[0].Price):getPrice(subItem.TotalPrice) }}
<span v-if="subItem.PriceList&&subItem.PriceList.length" <span v-if="subItem.PriceList&&subItem.PriceList.length"
style="font-size:12px;color:#888888">/人均</span> style="font-size:12px;color:#888888">/</span>
</span> </span>
<!-- <span>{{getPrice(subItem.chargeableRateInfoPerPersonForANightBySetCurrency)}}</span> --> <!-- <span>{{getPrice(subItem.chargeableRateInfoPerPersonForANightBySetCurrency)}}</span> -->
</div> </div>
......
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