完善茶艺师套餐页面
This commit is contained in:
@ -35,6 +35,15 @@
|
||||
</template>
|
||||
</reserve-notice>
|
||||
</view>
|
||||
<view v-if="type == OrderType.ReserveGroup">
|
||||
<reserve-notice title="团体茶艺师预约成功" desc="团体茶艺师预约成功">
|
||||
<template #layout>
|
||||
<view class="pb-22rpx mt-40rpx mx-30rpx flex justify-between items-center text-[32rpx] text-center">
|
||||
<view class='bg-[#4C9F44] text-[#fff] rounded-8rpx h-90rpx leading-90rpx w-632rpx' @click="reserve.handleRoomDone">完成</view>
|
||||
</view>
|
||||
</template>
|
||||
</reserve-notice>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user