From c4447f334498eaf1f119d36c1cbe83098d3c7083 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期四, 13 十一月 2025 15:24:17 +0800
Subject: [PATCH] 托板自动获取用户名

---
 H5/Js/Zzxdb.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/H5/Js/Zzxdb.js b/H5/Js/Zzxdb.js
index aeb8c9a..67032ef 100644
--- a/H5/Js/Zzxdb.js
+++ b/H5/Js/Zzxdb.js
@@ -39,7 +39,8 @@
     mounted() {
         var that = this;
         this.userInfo = {
-            loginGuid: this.GetLoginInfor().loginGuid,
+            loginGuid: this.
+            ().loginGuid,
             loginAccount: this.GetLoginInfor().loginAccount,
         };
     },

--
Gitblit v1.9.3