From 6988b39f6d50307b2bd3d99c634396c93cfba141 Mon Sep 17 00:00:00 2001 From: Default User Date: Wed, 4 Feb 2026 16:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E8=81=8C=E4=BD=8D=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=A7=BB=E5=88=B0=E7=99=BB=E5=BD=95=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E6=9C=80=E4=B8=8A=E9=9D=A2=EF=BC=8C=E5=B9=B6=E5=9C=A8?= =?UTF-8?q?invite.html=E4=B8=AD=E6=98=BE=E7=A4=BA=E8=81=8C=E4=BD=8D?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- invite.html | 2 ++ login.html | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/invite.html b/invite.html index 2bfd123..6c1d98e 100644 --- a/invite.html +++ b/invite.html @@ -157,6 +157,7 @@

登录信息

+

职位名称:未登录

姓名:未登录

电话:未登录

@@ -202,6 +203,7 @@ if (userInfo) { try { const user = JSON.parse(userInfo); + document.getElementById('userProjectName').textContent = user.projectName || '未提供'; document.getElementById('userName').textContent = user.name || user.userName; document.getElementById('userPhone').textContent = user.phoneNumber || '未提供'; } catch (error) { diff --git a/login.html b/login.html index 25bad25..755c288 100644 --- a/login.html +++ b/login.html @@ -126,6 +126,10 @@
+
+ + +
@@ -134,10 +138,6 @@
-
- - -