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];