Browse Source

付款页不再改日期。要会首页修改。

soft5566 2 years ago
parent
commit
85ea149d76
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/order_room/order_room.vue

+ 3 - 3
pages/order_room/order_room.vue

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