2912631854@qq.com il y a 4 mois
Parent
commit
545b2f1c08
2 fichiers modifiés avec 1 ajouts et 15 suppressions
  1. 1 1
      pages/house/index.vue
  2. 0 14
      pages/statistics/index.vue

+ 1 - 1
pages/house/index.vue

@@ -113,7 +113,7 @@
 			</view>
 			<view class="opration" v-if="checkDataRoomId.length!=0">
 				<text @click="areaShow=true">关房</text>
-				<text @click="createOrder()">预</text>
+				<text @click="createOrder()">预</text>
 			</view>
 		</view>
 		<Tabbar :tabbarIndex="1"></Tabbar>

+ 0 - 14
pages/statistics/index.vue

@@ -291,14 +291,12 @@
 				preMonth = preMonth.padStart(2, '0');
 				preDay = preDay.padStart(2, '0');
 				this.calendar.minDate = preYear + '-' + preMonth + '-' + preDay;
-				console.log(this.calendar);
 			},
 
 
 
 
 			confirm(e) {
-				console.log(e);
 				this.showTime = false
 				this.dateTime = e[0] + '~' + e[e.length - 1]
 				this.fromData.dateDayStart = e[0]
@@ -306,11 +304,9 @@
 				this.getList()
 			},
 			closeDate() {
-				console.log('456789');
 				this.showTime = false
 			},
 			DateTimes() {
-				console.log('123456');
 				this.showTime = true
 			},
 
@@ -324,7 +320,6 @@
 				var week = today.getDay();
 				tMonth = this.doHandleMonth(tMonth + 1);
 				tDate = this.doHandleMonth(tDate);
-				console.log('------', tYear + '-' + tMonth);
 				this.date = tYear + '年' + tMonth + '月'
 				this.fromData.dateDay = tYear + '-' + tMonth
 				return tYear + '-' + tMonth
@@ -359,7 +354,6 @@
 						//  交易趋势
 						x1 = [],
 						y1 = [];
-					console.log(res.data)
 					if (res.data.code === 0) {
 						this.list = res.data.data;
 						for (let i = 0; i < res.data.data.checkedInChant.length; i++) {
@@ -429,8 +423,6 @@
 
 			// 入住率
 			drawRevenueChartstwo(x, y) {
-				console.log(x);
-				console.log(y)
 				let list2 = {
 					categories: x,
 					series: [{
@@ -465,13 +457,7 @@
 		z-index: 99999 !important;
 	}
 
-	// .data-v-b73440ae {
-	// 	height: 400rpx !important;
-	// }
 
-	// .u-slide-up-enter-active {
-	// 	height: 60vh !important;
-	// }
 
 	.u-popup__content {
 		z-index: 99999 !important;