diff --git a/src/pages/Login/index.vue b/src/pages/Login/index.vue index c439743..2889288 100644 --- a/src/pages/Login/index.vue +++ b/src/pages/Login/index.vue @@ -114,6 +114,10 @@ const back = () => {
+
+ + {{activeUser!.account}} +

请输入4位PIN码

@@ -221,6 +225,21 @@ const back = () => { flex-direction: column; align-items: center; justify-content: space-between; + .user-info { + width: 50%; + padding: 10px 0; + display: flex; + align-items: center; + justify-content: center; + border-radius: 20px; + background: #3E8ED1; + color: #fff; + .name { + margin-left: 30px; + font-size: 25px; + font-weight: bold; + } + } } } .title {