From 27147ee62611cd746c06b3985657c1025d14d488 Mon Sep 17 00:00:00 2001
From: longjieli <11918793+longjieli@user.noreply.gitee.com>
Date: Tue, 1 Apr 2025 16:08:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=80=E5=87=BA=E7=99=BB?=
=?UTF-8?q?=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/userManage/index.scss | 7 +++---
pages/userManage/index.vue | 61 ++++++++++++++++++++++++++++++++++-----------
2 files changed, 50 insertions(+), 18 deletions(-)
diff --git a/pages/userManage/index.scss b/pages/userManage/index.scss
index 71685e8..dddcdaf 100644
--- a/pages/userManage/index.scss
+++ b/pages/userManage/index.scss
@@ -8,9 +8,10 @@
display: flex;
.petMaster {
- width: 140rpx;
- height: auto;
- margin: 0rpx 10rpx;
+ display: block;
+ width: 125rpx;
+ height: 34rpx;
+ margin-left: 10rpx;
}
}
}
diff --git a/pages/userManage/index.vue b/pages/userManage/index.vue
index 5a5d3b0..96e52f5 100644
--- a/pages/userManage/index.vue
+++ b/pages/userManage/index.vue
@@ -9,12 +9,12 @@
- {{getIsLogin()?userInfo.userName:"欢迎来到版宠师"}}
-
-
+ {{getIsLogin()?userInfo.userName:"欢迎来到版宠师"}}
+
+
- 手机号{{ userInfo?.userTelephone }}
+ 手机号:{{ userInfo?.userTelephone }}
@@ -102,6 +102,14 @@
+
+
+
+ 退出登录
+
+
@@ -109,6 +117,14 @@
+
+
+
+
+ 确认退出登录?
+
+
+
\ No newline at end of file