feat: 小问题修复
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user