完善订单预约

This commit is contained in:
wangxiaowei
2025-12-06 19:39:25 +08:00
parent a5a81f869e
commit becadb1d0c
3 changed files with 441 additions and 91 deletions

View File

@ -20,7 +20,7 @@
<image style="width: 126rpx;height: 36rpx;" src="@/static/yycg.png" mode=""></image>
<view class="title-txt">更多场馆信息立即预约</view>
</view>
<view class="ball" v-for="(item, index) in venueList" :key="index">
<view class="ball" v-for="(item, index) in venueList" :key="index" @tap="handleToReserve(item.id, item.type_id)">
<view class="ball-info">
<image style="width: 690rpx;height: 320rpx;" :src="item.image" mode="aspectFit"></image>
<!-- <view class="ball-title">
@ -34,7 +34,7 @@
<view class="ball-center-title">{{ item.name }}</view>
<view class="d-b-c">
<view class="reserve-time">营业时间{{ item.start_time }}-{{ item.end_time }}</view>
<view class="reserve-btn" @tap="handleToReserve(item.id, item.type_id)">立即预约</view>
<view class="reserve-btn" >立即预约</view>
</view>
</view>
</view>
@ -531,6 +531,7 @@ export default {
closeSearch() {
this.showSearch = false;
},
getTabbar() {
let self = this;
if (!uni.getStorageSync('TabBar').is_auto || uni.getStorageSync('TabBar').is_auto == 0) {