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/Scbg.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/H5/Js/Scbg.js b/H5/Js/Scbg.js
index cbafb1f..fe474bd 100644
--- a/H5/Js/Scbg.js
+++ b/H5/Js/Scbg.js
@@ -32,7 +32,8 @@
mounted() {
var that = this;
this.userInfo = {
- loginGuid: this.GetLoginInfor().loginGuid,
+ loginGuid: this.
+ ().loginGuid,
loginAccount: this.GetLoginInfor().loginAccount,
};
--
Gitblit v1.9.3