Fix:4877 【商城小程序】进入预约时间选择弹窗的触发范围需要调整
This commit is contained in:
@@ -52,11 +52,11 @@
|
||||
</view>
|
||||
<view class="intro-text v12-mt-2">* 下单后与商家确认入住时间</view>
|
||||
<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 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 class="v12-my-1 v12-primary-text">{{ d.monthDay }}</view>
|
||||
<view>{{ d.status }}</view>
|
||||
|
||||
Reference in New Issue
Block a user