1
0

2 Коммиты f8b099adc9 ... 17eca34da6

Автор SHA1 Сообщение Дата
  LiChengjin 17eca34da6 opt:修改css类名 3 месяцев назад
  LiChengjin b6987d5488 opt:删除无用代码;修复支付页面房间不可用时跳转至选房页面查询不到房间信息的问题 3 месяцев назад

+ 1 - 6
subpkg_checkin/confirmOrder/confirmOrder.vue

@@ -19,9 +19,6 @@
 				<view class="room-type-item-middle-text">
 					<text>{{order.room ? order.room : ""}}</text>
 				</view>
-				<!-- <view class="room-type-item-middle-bottom">
-					<text>{{orderInfo.roomArea}}㎡ </text>
-				</view> -->
 			</view>
 			<view class="room-type-item-right">
 				<view class="room-type-item-right-text">
@@ -95,7 +92,6 @@
 				<view class="price">
 					<text>合计:</text>
 					<text>¥{{order.price ? order.price : ""}}</text>
-					<!-- <text>合计:<text style="color: red;font-weight: bold;">¥{{orderInfo.price}}</text></text> -->
 				</view>
 				<view class="deposit">
 					<text text="" align="right" size="20">(注:需付押金{{order.deposit ? order.deposit : ""}}元)</text>
@@ -138,7 +134,6 @@
 				startDay: this.startDay,
 				endDate: this.endDate,
 				endDay: this.endDay,
-				orderInfo: {},
 				arrowPicPath: '/static/arrow.png',
 				confirmDone: false,
 				options: [{
@@ -230,7 +225,7 @@
 							if (res.confirm) {
 								uni.navigateTo({
 									url: '/subpkg_checkin/selectRoom/selectRoom?roomType=' +
-										this.orderInfo.roomType
+										this.order.roomType
 								})
 							}
 						}

+ 3 - 3
subpkg_checkin/queryOrderResult/queryOrderResult.vue

@@ -1,6 +1,6 @@
 <template>
-	<view class="page">
-		<view class="top">
+	<view class="container">
+		<view>
 			<!-- #ifdef MP-WEIXIN -->
 			<NavigateBar title="查询结果" control="back" bgcolor="#a09cc4"></NavigateBar>
 			<!-- #endif -->
@@ -99,7 +99,7 @@
 </style>
 
 <style lang="scss" scoped>
-	.page {
+	.container {
 		display: flex;
 		flex-direction: column;