ios
This commit is contained in:
@@ -28,6 +28,7 @@ end
|
||||
-- 注意,c#侧不会在调用show时,调用refresh
|
||||
function _cell.show(go, data)
|
||||
mData = data
|
||||
mData._phoneNo = MyUtl.hidePhone(mData.phoneNo)
|
||||
mData.lastFollowUpTime = isNilOrEmpty(mData.lastFollowUpTime) and "无" or mData.lastFollowUpTime
|
||||
local optionInfor = DBCust.getFilter4Popup(DBCust.FilterGroup.dealFlagList)
|
||||
uiobjs.LabelStatus:refreshItems(optionInfor.options, optionInfor.values)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---@class _ParamCellExtendFiledRoot
|
||||
---@field data any
|
||||
---@field fields table _ParamCellExtendFiled的list
|
||||
---@field onLoadOneField function 当加载完成一个字段时
|
||||
---@field onFinish function 当加载完成
|
||||
|
||||
-- xx单元
|
||||
@@ -96,6 +97,7 @@ function _cell.onLoadField(name, go, orgs)
|
||||
cell:init(param, nil)
|
||||
table.insert(fieldsObjs, cell)
|
||||
uiobjs.Table:Reposition()
|
||||
Utl.doCallback(mData.onLoadOneField, cell)
|
||||
if index == #(mData.fields) then
|
||||
_cell.onFinisInitFields()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user