feat: 小问题修复

This commit is contained in:
2026-03-12 21:18:54 +08:00
parent 67c2ce1105
commit dde9b037fe
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
<text class="amt font-size-18 font-500 font-family-misans-vf line-height-24 color-FF3D60 mr-4"> <text class="amt font-size-18 font-500 font-family-misans-vf line-height-24 color-FF3D60 mr-4">
{{ item.specificationPrice }} {{ item.specificationPrice }}
</text> </text>
<text class="font-size-12 line-height-16 color-99A0AE"> <text v-if="item.stockUnitLabel" class="font-size-12 line-height-16 color-99A0AE">
/{{ item.stockUnitLabel }} /{{ item.stockUnitLabel }}
</text> </text>
<text class="btn border-box rounded-10 color-white ml-16"></text> <text class="btn border-box rounded-10 color-white ml-16"></text>

View File

@@ -6,8 +6,8 @@
<Tabs @change="handleTabChange" /> <Tabs @change="handleTabChange" />
<!-- 选择入住离店日期 --> <!-- 选择入住离店日期 0:是酒店 -->
<view class="bg-white border-box flex flex-items-center p-12" v-if="currentType === '0'"> <view v-if="currentType === '0' && dataList.length > 0" class="bg-white border-box flex flex-items-center p-12">
<view class="in flex flex-items-center"> <view class="in flex flex-items-center">
<text class="font-size-11 font-500 color-99A0AE mr-4">入住</text> <text class="font-size-11 font-500 color-99A0AE mr-4">入住</text>
<text class="font-size-14 font-500 color-171717"> <text class="font-size-14 font-500 color-171717">