|
@@ -28,12 +28,12 @@
|
|
|
<text class="select-list-time">{{ endTime }}</text>
|
|
<text class="select-list-time">{{ endTime }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <uni-popup ref="popup_picker" :mask-click="true">
|
|
|
|
|
|
|
+ <!-- <uni-popup ref="popup_picker" :mask-click="true">
|
|
|
<view class=popup_bg_picker>
|
|
<view class=popup_bg_picker>
|
|
|
<uni-calendar :selected="info.selected" class="uni-calendar--hook" :clear-date="true" :date="info.date" :insert="info.insert"
|
|
<uni-calendar :selected="info.selected" class="uni-calendar--hook" :clear-date="true" :date="info.date" :insert="info.insert"
|
|
|
:lunar="info.lunar" :startDate="info.startDate" :endDate="info.endDate" :range="info.range" @change="change" />
|
|
:lunar="info.lunar" :startDate="info.startDate" :endDate="info.endDate" :range="info.range" @change="change" />
|
|
|
</view>
|
|
</view>
|
|
|
- </uni-popup>
|
|
|
|
|
|
|
+ </uni-popup> -->
|
|
|
<view class="form_bg">
|
|
<view class="form_bg">
|
|
|
<view class="form_title">房型:{{ h_type }},1.5米双人床一张。</view>
|
|
<view class="form_title">房型:{{ h_type }},1.5米双人床一张。</view>
|
|
|
<view class="form-text">姓名:{{ cardName }}</view>
|
|
<view class="form-text">姓名:{{ cardName }}</view>
|
|
@@ -292,7 +292,7 @@
|
|
|
},
|
|
},
|
|
|
//日历选择器
|
|
//日历选择器
|
|
|
openCalendar() {
|
|
openCalendar() {
|
|
|
- this.$refs.popup_picker.open()
|
|
|
|
|
|
|
+ // this.$refs.popup_picker.open()
|
|
|
},
|
|
},
|
|
|
// 重新选择日期
|
|
// 重新选择日期
|
|
|
change(e) {
|
|
change(e) {
|