From 99307ec5c9372d08bc611238e2cbf50123a325f7 Mon Sep 17 00:00:00 2001 From: huyulong <1838407198@qq.com> Date: Tue, 31 Dec 2024 00:01:02 +0800 Subject: [PATCH] 1 --- xiaofang/Assets/Script/loginScripts/LoginPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xiaofang/Assets/Script/loginScripts/LoginPanel.cs b/xiaofang/Assets/Script/loginScripts/LoginPanel.cs index 4199d7c2..f71d2839 100644 --- a/xiaofang/Assets/Script/loginScripts/LoginPanel.cs +++ b/xiaofang/Assets/Script/loginScripts/LoginPanel.cs @@ -45,7 +45,7 @@ public class LoginPanel : Base grantType = "password", clientId = "e5cd7e4891bf95d1d19206ce24a7b32e", userType = "company_user", - username = v,//"ZF16c788632",13699802230,13051628292 + username = id.text,//"ZF16c788632",13699802230,13051628292 password = pwd.text//"YYL5371!" }; image.gameObject.SetActive (true);