完善功能
This commit is contained in:
@ -92,7 +92,7 @@
|
||||
<view class="w-full fixed bottom-0 left-0 right-0 bg-white h-152rpx" v-if="orderStatus !== DouYinOrderStatus.Used">
|
||||
<!-- 待使用 -->
|
||||
<view class="text-32rpx leading-44rpx flex items-center justify-center leading-90rpx text-center pt-34rpx" >
|
||||
<view class="w-692rpx h-90rpx bg-[#4C9F44] rounded-8rpx text-[#fff]">立即预定</view>
|
||||
<view class="w-692rpx h-90rpx bg-[#4C9F44] rounded-8rpx text-[#fff]" @click="DouYinOrderDetail.handleToCombo()">立即预定</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -137,7 +137,7 @@
|
||||
|
||||
// 跳转到套餐详情
|
||||
handleToCombo: () => {
|
||||
|
||||
router.navigateTo(`/bundle/tea-room/room?id=${order.value.store.id}&type=${order.value.store.operation_type}`)
|
||||
},
|
||||
|
||||
// 跳转到包间详情
|
||||
|
||||
Reference in New Issue
Block a user