2021-04-20 13:58:00 +08:00
|
|
|
--- 显示进度条界面
|
2020-05-09 13:31:21 +08:00
|
|
|
local BHShowProgress = {}
|
|
|
|
local this = BHShowProgress
|
|
|
|
|
|
|
|
function this.Excute(arg, func)
|
|
|
|
local content = arg.content
|
|
|
|
local time = arg.time
|
|
|
|
UIManager.OpenPanel(UIName.ProgressPanel, content, func, time)
|
|
|
|
end
|
|
|
|
|
2020-06-23 18:36:24 +08:00
|
|
|
return this
|