17755135699 10 mēneši atpakaļ
vecāks
revīzija
35942c6db9
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      pages/house/index.vue

+ 5 - 1
pages/house/index.vue

@@ -118,6 +118,7 @@
 				homestayId: this.$store.state.moduleHouse.homestayId,
 				areaShow: false,
 				passengerDefault: [0],
+				info:{},
 				areaTxt: [
 					['清洁中', '暂停使用', '保留房', '空置房']
 				],
@@ -691,11 +692,14 @@
 			margin-bottom: 16rpx;
 
 			.roomNumber {
-				height: 84rpx;
+				height: 83rpx;
+				line-height:83rpx;
 				display: inline-block;
+				border-bottom: 1rpx solid #E9F0F5;
 				width: 130rpx;
 				text-align: center;
 				background-color: #fff;
+				box-shadow: 3px 0 5px #eae5e5;
 			}
 		}
 	}