From 7a2d30570ccaf8c9248d6ce4ab1f7590e066c1ec Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1545929779@qq.com> Date: Wed, 13 Dec 2023 14:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=9F0.1=E6=B8=A0=E9=81=93=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=84=BF=E7=AB=A5=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua index 201cc674ac..7f81fb9dca 100644 --- a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua @@ -477,7 +477,7 @@ function this.RequestProtos(userId) end if UrlList[1] ~= "" and UrlList[2] ~="" then this.protos:SetActive(true) - if chanel and (chanel=="YGDC" or chanel=="XQDC") then + if chanel and (chanel=="XQOT" or chanel=="XQDC") then this.newproto:SetActive(true) else this.newproto:SetActive(false)