Jelajahi Sumber

auto commit

gcz 3 tahun lalu
induk
melakukan
e81187f13c
10 mengubah file dengan 9 tambahan dan 3 penghapusan
  1. 1 0
      common/config.js
  2. 6 1
      pages/center/center.scss
  3. 2 2
      pages/ownersQuery/queryList/queryList.vue
  4. TEMPAT SAMPAH
      static/car.png
  5. TEMPAT SAMPAH
      static/car_h.png
  6. TEMPAT SAMPAH
      static/center.png
  7. TEMPAT SAMPAH
      static/img/center-bg.png
  8. TEMPAT SAMPAH
      static/img/icon-center-mima.png
  9. TEMPAT SAMPAH
      static/img/icon-center-tuichu.png
  10. TEMPAT SAMPAH
      static/index.png

+ 1 - 0
common/config.js

@@ -15,6 +15,7 @@ const config = {
 	
 	// 设备类型
 	deviceTypeList:[
+		{label:'全部类型',value:''},
 		{label:'地磁',value:'1'},
 		{label:'车位锁',value:'2'},
 		{label:'led显示屏',value:'3'},

+ 6 - 1
pages/center/center.scss

@@ -17,11 +17,16 @@
 		letter-spacing: 2rpx;
 	}
 	.user-post{
+		margin-top: 14rpx;
+		display: inline-block;
+		padding: 0 24rpx;
 		font-size: 30rpx;
 		font-weight: 400;
 		color: #FFFFFF;
 		line-height: 42rpx;
 		letter-spacing: 1px;
+		border: 1px solid #fff;
+		border-radius: 20rpx;
 	}
 }
 .statistics{
@@ -81,7 +86,7 @@
 			color: #555555;
 		}
 		image{
-			width: 29rpx;
+			width: 60rpx;
 			// height: 32rpx;
 			margin-right: 30rpx;
 		}

+ 2 - 2
pages/ownersQuery/queryList/queryList.vue

@@ -23,7 +23,7 @@
 						</view>
 						<view class="info-item">订单号:{{item.orderId}}</view>
 						<view class="info-item">进场时间:{{item.inTime}}</view>
-						<view v-if="item.orderStatus != 1" class="info-item">出场时间:{{item.outTime}}</view>
+						<view v-if="item.orderStatus != 1" class="info-item">出场时间:{{item.ouTtime}}</view>
 						<view v-if="item.orderStatus != 1" class="info-item">停车时长:{{item.duration}}</view>
 						<view v-if="item.orderStatus != 1" class="info-item">免费时长:{{item.freeDuration}}</view>
 						<view v-if="item.orderStatus != 1" class="info-item">计费时长:{{item.billinDuration}}</view>
@@ -104,7 +104,7 @@
 					queryType:page.size
 				} 
 				this.$u.api.getParkingRecord(params).then(curPageData=>{
-					console.log('curPageData',curPageData)
+					// console.log('curPageData',curPageData)
 					//联网成功的回调,隐藏下拉刷新和上拉加载的状态;
 					this.mescroll.endSuccess(curPageData.total);
 					this.mescroll.endBySize(curPageData.data.rows.length, curPageData.total);

TEMPAT SAMPAH
static/car.png


TEMPAT SAMPAH
static/car_h.png


TEMPAT SAMPAH
static/center.png


TEMPAT SAMPAH
static/img/center-bg.png


TEMPAT SAMPAH
static/img/icon-center-mima.png


TEMPAT SAMPAH
static/img/icon-center-tuichu.png


TEMPAT SAMPAH
static/index.png