From 77fb6acc2d953f9d9c30fc31a21e3b8edd6b31a8 Mon Sep 17 00:00:00 2001
From: Jason <5340635+wen-jason@user.noreply.gitee.com>
Date: Tue, 20 Sep 2022 11:36:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E8=B4=A6?=
=?UTF-8?q?=E5=8F=B7=E5=A4=8D=E5=88=B6=EF=BC=8C=E5=88=87=E6=8D=A2tab?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=97=B6=E6=8A=A5=E9=94=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../widgets/user-info/user-info.vue | 19 ++++++++++++++-----
app/src/hooks/useCopy.ts | 10 ++++++++++
.../components/u-tabbar/u-tabbar.vue | 6 +++---
3 files changed, 27 insertions(+), 8 deletions(-)
create mode 100644 app/src/hooks/useCopy.ts
diff --git a/app/src/components/widgets/user-info/user-info.vue b/app/src/components/widgets/user-info/user-info.vue
index 7c687222..26dfee05 100644
--- a/app/src/components/widgets/user-info/user-info.vue
+++ b/app/src/components/widgets/user-info/user-info.vue
@@ -1,17 +1,18 @@
-
{{ user.nickname }}
- 账号:{{ user.username }}
+
+ 账号:{{ user.username }}
+
-
+
未登录
@@ -22,6 +23,8 @@