hookehuyr

fix

<!--
* @Date: 2023-12-14 10:04:23
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-27 16:26:57
* @LastEditTime: 2023-12-27 16:34:18
* @FilePath: /meihuaApp/src/components/calendarSelect.vue
* @Description: 文件描述
-->
......@@ -21,7 +21,7 @@
共0晚
</view>
</nut-col>
<nut-col span="9">
<nut-col span="9" style="text-align: right;">
<view style="color: #7D7C7C; font-size: 0.8rem;">退房日期</view>
<view v-if="state.checkoutDate" style="color: #6A4925; font-size: 0.85rem; font-weight: bold; margin-top: 0.1rem;">{{ state.checkoutDate }} {{ getDayOfWeek(state.checkoutDate) }}</view>
<view v-else style="color: #6A4925; font-size: 0.85rem; font-weight: bold; margin-top: 0.1rem;">请选择退房日期</view>
......