添加价格显示

This commit is contained in:
wangxiaowei
2025-12-27 17:49:16 +08:00
parent 874b767f89
commit c4c20bc893

View File

@ -151,7 +151,10 @@
</view>
<view class="flex-1">
<view @click="ComboCard.handleToOrderDetail(order.id)">
<view class="font-500 text-30rpx text-[#303133] leading-42rpx line-1 w-400rpx">{{ order.room_name }}</view>
<view class="flex justify-between items-center">
<view class="font-500 text-30rpx text-[#303133] leading-42rpx line-1 w-300rpx">{{ order.room_name }}</view>
<view class="text-[#606266] text-26rpx">{{order.price || 0}}</view>
</view>
<view class="font-400 leading-36rpx text-26rpx text-[#606266] mt-34rpx">
<view>预约时间{{ order.day_title }} {{ order.start_time }}-{{ order.end_time }}</view>
<view class="mt-18rpx">预约时长{{ order.hours }}小时</view>