常志远 1 year ago
parent
commit
894a14569a

+ 1 - 1
pages/businessHall/mine/electronicMonitoring.vue

@@ -478,7 +478,7 @@
 		background-color: #fff;
 		padding: 40rpx 32rpx 0rpx;
 		border-radius: 8px;
-		margin: 24rpx 32rpx 0;
+		margin: -88rpx 32rpx 0;
 		position: relative;
         .title{
 			color: rgba(16,16,16,1);

+ 9 - 1
pages/businessHall/mine/personInfos.vue

@@ -35,7 +35,15 @@
 			</view>
 			<view class="infos-item">
 				<view class="item-title">
-					租户单位
+					手机号码
+				</view>
+				<view class="item-value">
+					15500001111
+				</view>
+			</view>
+			<view class="infos-item">
+				<view class="item-title">
+					用户单位
 				</view>
 				<view class="item-value">
 					联通公司

+ 11 - 10
pages/businessHall/mine/tenantInformation.vue

@@ -1,6 +1,6 @@
 <template>
 	<view>
-		<u-navbar title="户信息"  title-color="#101010" ></u-navbar>
+		<u-navbar title="户信息"  title-color="#101010" ></u-navbar>
 		<!-- 地址 -->
 		<view class="address-box">
 			<view class="address">
@@ -12,9 +12,9 @@
 				</view>
 			</view>
 			<!-- 切换 -->
-			<view class="switch">
+			<!-- <view class="switch">
 				切换园区
-			</view>
+			</view> -->
 		</view>
 		<!-- 租户信息 -->
 		<view class="infos">
@@ -44,18 +44,18 @@
 			</view>
 			<view class="item">
 				<view class="item-title">
-					租户楼层
+					租用地点
 				</view>
 				<view class="item-value">
-					A座7楼
+					A栋7楼 701、702、703
 				</view>
 			</view>
 			<view class="item">
 				<view class="item-title">
-					租户单元
+					租
 				</view>
 				<view class="item-value">
-					701、702、703
+					2024.02.01-2024.07.31
 				</view>
 			</view>
 			
@@ -246,11 +246,12 @@
   .back{
 	  margin: 24rpx 32rpx;
 	  .btn{
-		  color: rgba(22,119,255,1);
+		  border-radius: 8px;
+		  background-color: rgba(255,255,255,1);
+		  color: rgba(119,119,119,1);
 		  font-size: 32rpx;
 		  line-height: 88rpx;
-	     border-radius: 50px;
-		  border: 1px solid rgba(22,119,255,1);
+		  border: 1px solid rgba(205,205,205,1);
 	  }
   }
 </style>