Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
75be0809dd
|
@ -173,7 +173,11 @@ end
|
|||
|
||||
function GeneralPopup:OnShow()
|
||||
if index == GENERAL_POPUP_TYPE.RecruitBox then--临时接的参数 需要onshow刷新的调用
|
||||
contentScripts[index].view:OnShow(this,unpack(onOpenArgs, 1, table.maxn(onOpenArgs)))
|
||||
if onOpenArgs then
|
||||
contentScripts[index].view:OnShow(this,unpack(onOpenArgs, 1, table.maxn(onOpenArgs)))
|
||||
else
|
||||
contentScripts[index].view:OnShow(this)
|
||||
end
|
||||
end
|
||||
this.backBtn:SetActive(index ~= GENERAL_POPUP_TYPE.SheJiCheckGuild)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue