This commit is contained in:
2020-08-26 19:56:45 +08:00
parent 7ff6b2ec35
commit 3ece010fc1
208 changed files with 14753 additions and 637 deletions

View File

@@ -66,7 +66,7 @@ end
-- 处理ui上的事件例如点击等
function CLLPSendSms.uiEventDelegate(go)
local goName = go.name
if goName == "ButtonClose" then
if goName == "ButtonClose" or goName == "SpriteBg" then
hideTopPanel(csSelf)
elseif goName == "ButtonYunSend" then
local err = uiobjs.offset:checkValid()