add file open
This commit is contained in:
@@ -396,7 +396,12 @@ function TRPNewCust:setEventDelegate()
|
||||
cust,
|
||||
function(content)
|
||||
if content.success then
|
||||
getPanelAsy("PanelCustDetail", onLoadedPanel, content.result)
|
||||
---@type _ParamTRPCustDetail
|
||||
local param = {}
|
||||
param.cust = content.result
|
||||
param.bookingData = nil
|
||||
param.needShowMore = true
|
||||
getPanelAsy("PanelCustDetail", onLoadedPanel, param)
|
||||
end
|
||||
hideHotWheel()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user