upgrade
This commit is contained in:
@@ -19,6 +19,7 @@ function TRPAbout:init(csObj)
|
||||
uiobjs.TableForm = uiobjs.Table:GetComponent("CLUIFormRoot")
|
||||
---@type Coolape.CLCellLua
|
||||
uiobjs.TableLua = uiobjs.Table:GetComponent("CLCellLua")
|
||||
uiobjs.LabelVer = getCC(self.transform, "Top/LabelVer", "UILabel")
|
||||
end
|
||||
|
||||
function TRPAbout:initFiledsAttr()
|
||||
@@ -58,6 +59,7 @@ end
|
||||
|
||||
-- 显示,在c#中。show为调用refresh,show和refresh的区别在于,当页面已经显示了的情况,当页面再次出现在最上层时,只会调用refresh
|
||||
function TRPAbout:show()
|
||||
uiobjs.LabelVer.text = joinStr("Version:", __version__)
|
||||
---@type _ParamCellExtendFiledRoot
|
||||
local fieldRootInfor = {}
|
||||
fieldRootInfor.fields = {}
|
||||
|
||||
Reference in New Issue
Block a user