Fix:4877 【商城小程序】进入预约时间选择弹窗的触发范围需要调整

This commit is contained in:
LinCyJang
2026-02-04 22:14:41 +08:00
parent 2b8f75e890
commit ad9181e4cb
+2 -2
View File
@@ -52,11 +52,11 @@
</view> </view>
<view class="intro-text v12-mt-2">* 下单后与商家确认入住时间</view> <view class="intro-text v12-mt-2">* 下单后与商家确认入住时间</view>
<view class="v12-justify-between v12-align-center v12-mt-2"> <view class="v12-justify-between v12-align-center v12-mt-2">
<view class="v12-primary v12-white-text v12-font-30 date-item v12-px-1" style="height: 160rpx;"> <view @click="handleDate" class="v12-primary v12-white-text v12-font-30 date-item v12-px-1" style="height: 160rpx;">
<view>预</view> <view>预</view>
<view>约</view> <view>约</view>
</view> </view>
<view v-for="(d) in currentWeek" :key="d.date" class="date-item" style="width: 74rpx;"> <view v-for="(d) in currentWeek" @click="handleDate" :key="d.date" class="date-item" style="width: 74rpx;">
<view>{{ d.week }}</view> <view>{{ d.week }}</view>
<view class="v12-my-1 v12-primary-text">{{ d.monthDay }}</view> <view class="v12-my-1 v12-primary-text">{{ d.monthDay }}</view>
<view>{{ d.status }}</view> <view>{{ d.status }}</view>