diff --git a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua index 621e958a3c..aa7b0c7adb 100644 --- a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua @@ -116,7 +116,7 @@ function this:AddListener() Game.GlobalEvent:AddEvent(Protocal.Connect, this.OnConnect) Game.GlobalEvent:AddEvent(Protocal.Disconnect, this.OnDisconnect) Game.GlobalEvent:AddEvent(GameEvent.LoginSuccess.OnLoginSuccess, this.RefreshLoginStatus) - Game.GlobalEvent:AddEvent(GameEvent.LoginSuccess.OnLogout, this.RefreshLoginStatus) + Game.GlobalEvent:AddEvent(GameEvent.LoginSuccess.OnLogout, this.OnLogout) end --移除事件监听(用于子类重写) @@ -125,7 +125,7 @@ function this:RemoveListener() Game.GlobalEvent:RemoveEvent(Protocal.Connect, this.OnConnect) Game.GlobalEvent:RemoveEvent(Protocal.Disconnect, this.OnDisconnect) Game.GlobalEvent:RemoveEvent(GameEvent.LoginSuccess.OnLoginSuccess, this.RefreshLoginStatus) - Game.GlobalEvent:RemoveEvent(GameEvent.LoginSuccess.OnLogout, this.RefreshLoginStatus) + Game.GlobalEvent:RemoveEvent(GameEvent.LoginSuccess.OnLogout, this.OnLogout) end function this:OnLogout() diff --git a/BuildABs/Android/files.unity3d b/BuildABs/Android/files.unity3d index f722cd9da3..72c434b148 100644 Binary files a/BuildABs/Android/files.unity3d and b/BuildABs/Android/files.unity3d differ diff --git a/BuildABs/Android/lzma/luabytes.unity3d b/BuildABs/Android/lzma/luabytes.unity3d index 0ce6979f38..933b425192 100644 Binary files a/BuildABs/Android/lzma/luabytes.unity3d and b/BuildABs/Android/lzma/luabytes.unity3d differ diff --git a/KeyStore/mhthw_test.keystore b/KeyStore/mhthw_test.keystore new file mode 100644 index 0000000000..7947ff1f23 Binary files /dev/null and b/KeyStore/mhthw_test.keystore differ diff --git a/KeyStore/readme.txt b/KeyStore/readme.txt new file mode 100644 index 0000000000..6ca06c027d --- /dev/null +++ b/KeyStore/readme.txt @@ -0,0 +1,2 @@ +key:mhthwtest +password:lingdong \ No newline at end of file diff --git a/ReadMe!/SDK接入相关文档/【戒灵】猕猴桃出包需求2020.7.8/猕猴桃SDK&参数/最新libs-请使用这里面的/mhtsdk.aar b/ReadMe!/SDK接入相关文档/【戒灵】猕猴桃出包需求2020.7.8/猕猴桃SDK&参数/最新libs-请使用这里面的/mhtsdk.aar new file mode 100644 index 0000000000..6bbbff73ca Binary files /dev/null and b/ReadMe!/SDK接入相关文档/【戒灵】猕猴桃出包需求2020.7.8/猕猴桃SDK&参数/最新libs-请使用这里面的/mhtsdk.aar differ