From 14eec2aa2f51d8e82bbbbd2664c9021278a32131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Thu, 23 Jan 2025 09:16:18 +0800 Subject: [PATCH] 1 --- src/view/user/admin_info.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/view/user/admin_info.vue b/src/view/user/admin_info.vue index 6aee2402..885a4547 100644 --- a/src/view/user/admin_info.vue +++ b/src/view/user/admin_info.vue @@ -21,6 +21,8 @@ {{liveInfo.politics_type}} {{liveInfo.user.nickname}} + + {{liveInfo.user.mobile}}
@@ -36,13 +38,13 @@
{{liveInfo.politics_content}}
-
+
@@ -184,7 +186,7 @@ const out = () => { const decodeJwtPayload=(jwt)=> { const parts = jwt.split('.'); if (parts.length !== 3) { - return ''; + return ''; } const payloadBase64Url = parts[1];