From cce6dc1eb47dbb08c7cc243a22f967977c0d856a Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 28 十二月 2022 16:30:15 +0800
Subject: [PATCH] #

---
 pages/user/user_detail/userDetail.vue |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/pages/user/user_detail/userDetail.vue b/pages/user/user_detail/userDetail.vue
index 888c2f0..73cda0f 100644
--- a/pages/user/user_detail/userDetail.vue
+++ b/pages/user/user_detail/userDetail.vue
@@ -50,6 +50,9 @@
 				</view>
 			</view>
 		</view>
+		<view class="logOut" @click="logOut()">
+			閫�鍑虹櫥褰�
+		</view>
 	</view>
 </template>
 
@@ -76,7 +79,11 @@
 						console.log(res.data);
 					}
 				})
+			},
+			logOut() {
+				
 			}
+			
 		}
 	}
 </script>
@@ -96,9 +103,16 @@
 	}
 	.item-right {
 		text-align: end;
-		color: #afafaf;
+		color: #6f6f6f;
 	}
 	.user-icons {
 		text-align: center;
 	}
+	.logOut {
+		height: 90rpx;
+		line-height: 90rpx;
+		text-align: center;
+		background-color: #fff;
+		margin-top: 30rpx;
+	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1