添加价格显示
This commit is contained in:
@ -151,7 +151,10 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="flex-1">
|
<view class="flex-1">
|
||||||
<view @click="ComboCard.handleToOrderDetail(order.id)">
|
<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 class="font-400 leading-36rpx text-26rpx text-[#606266] mt-34rpx">
|
||||||
<view>预约时间:{{ order.day_title }} {{ order.start_time }}-{{ order.end_time }}</view>
|
<view>预约时间:{{ order.day_title }} {{ order.start_time }}-{{ order.end_time }}</view>
|
||||||
<view class="mt-18rpx">预约时长:{{ order.hours }}小时</view>
|
<view class="mt-18rpx">预约时长:{{ order.hours }}小时</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user