Prechádzať zdrojové kódy

我的,用户信息修改

常志远 1 rok pred
rodič
commit
e66d2f3ae3

+ 6 - 0
assets/img/mineBackground.svg

@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1024 1024" width="87" height="87" style="" filter="none">
+    <defs><linearGradient id="U2i4DeXxU3N318W7gSpJjg1" x1="0" x2="100%" y1="0" y2="0" gradientTransform="matrix(6.123233995736766e-17, 1, -1, 6.123233995736766e-17, 512, 0)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffffff" stop-opacity="0.18" offset="0"></stop><stop stop-color="#ffffff" stop-opacity="0" offset="0.87"></stop></linearGradient></defs>
+    <g>
+    <path d="M842.24 848.896V73.6L733.632 0.96 337.344 177.792v136.896L118.336 390.912v457.984H96v54.4h71.488v-480.64l290.496-95.168v575.872h201.088v-58.944h-44.736v-526.08l-105.408-63.488-118.016 41.088v-86.4L676.928 82.56v820.736h201.152v-54.4h-35.84z" fill="url(#U2i4DeXxU3N318W7gSpJjg1)" p-id="17864" stroke="none"></path><path d="M203.264 545.088l209.984-68.032V386.432L203.264 458.88v86.144zM203.264 663.04l209.984-45.44V527.04l-209.984 54.4v81.6zM203.264 785.408l209.984-27.2V667.52l-209.984 31.744zM203.264 903.296l209.984-4.48v-90.752l-209.984 9.088v86.144z" fill="url(#U2i4DeXxU3N318W7gSpJjg1)" p-id="17865" stroke="none"></path>
+    </g>
+  </svg>

+ 20 - 14
pages/businessHall/mine/mine.vue

@@ -15,6 +15,7 @@
 					</view>
 					
 				</view>
+				
 			</view>
 			<!-- 地址 -->
 			<view class="address-box">
@@ -26,9 +27,9 @@
 						<u-icon name="map"></u-icon>荆州市沙市区江津东路附155号
 					</view>
 				</view>
-				<!-- 切换 -->
-				<view class="switch" v-if="false">
-					切换园区
+				
+				<view class="image">
+					<image class="img" src="../../../assets/img/mineBackground.svg" mode=""></image>
 				</view>
 			</view>
 		</view>
@@ -193,16 +194,18 @@
 					color: rgba(16,16,16,1);
 				}
 			}
+			
 		}
 		// 地址
 		.address-box{
 			border-radius: 8px;
 			background: linear-gradient(90deg, rgba(49,110,207,1) 2%,rgba(20,73,159,1) 100%);
 			color: #fff;
-			padding: 32rpx;
+			padding:40rpx 32rpx;
 			margin-top: 40rpx;
 			display: flex;
 			align-items: center;
+			position: relative;
 			.address{
 				.address-title{
 					font-size: 40rpx;
@@ -212,16 +215,19 @@
 					margin-top: 8rpx;
 				}
 			}
-			// 切换
-			.switch{
-				margin-left: auto;
-				width: 160rpx;
-				height: 64rpx;
-				line-height: 64rpx;
-				border-radius: 50px;
-				text-align: center;
-				color: rgba(255,255,255,1);
-				border: 1px solid rgba(255,255,255,1);
+			
+			
+			.image {
+				width: 174rpx;
+				height: 174rpx;
+				position: absolute;
+				right: 0;
+				top: 20rpx;
+			
+				.img {
+					width: 100%;
+					height: 100%;
+				}
 			}
 		}
 	}

+ 16 - 15
pages/businessHall/mine/tenantInformation.vue

@@ -11,10 +11,9 @@
 					<u-icon name="map"></u-icon>荆州市沙市区江津东路附155号
 				</view>
 			</view>
-			<!-- 切换 -->
-			<!-- <view class="switch">
-				切换园区
-			</view> -->
+			<view class="image">
+				<image class="img" src="../../../assets/img/mineBackground.svg" mode=""></image>
+			</view>
 		</view>
 		<!-- 租户信息 -->
 		<view class="infos">
@@ -129,10 +128,11 @@
 		border-radius: 8px;
 		background: linear-gradient(90deg, rgba(49,110,207,1) 2%,rgba(20,73,159,1) 100%);
 		color: #fff;
-		padding: 32rpx;
+		padding:40rpx 32rpx;
 		margin: 24rpx 32rpx;
 		display: flex;
 		align-items: center;
+		position: relative;
 		.address{
 			.address-title{
 				font-size: 40rpx;
@@ -142,16 +142,17 @@
 				margin-top: 8rpx;
 			}
 		}
-		// 切换
-		.switch{
-			margin-left: auto;
-			width: 160rpx;
-			height: 64rpx;
-			line-height: 64rpx;
-			border-radius: 50px;
-			text-align: center;
-			color: rgba(255,255,255,1);
-			border: 1px solid rgba(255,255,255,1);
+		.image {
+			width: 174rpx;
+			height: 174rpx;
+			position: absolute;
+			right: 0;
+			top: 20rpx;
+		
+			.img {
+				width: 100%;
+				height: 100%;
+			}
 		}
 	}