This commit is contained in:
2020-08-17 11:13:33 +08:00
parent 19e730574b
commit 21eb68aeab
93 changed files with 6713 additions and 143 deletions

View File

@@ -114,5 +114,10 @@ end
function TRPSelectCompany:onTopPanelChange(topPanel)
end
-- 当按了返回键时关闭自己返值为true时关闭
function TRPSelectCompany:hideSelfOnKeyBack()
return false
end
--------------------------------------------
return TRPSelectCompany