up
This commit is contained in:
@@ -317,11 +317,13 @@ function hideTopPanel(p)
|
||||
end
|
||||
end
|
||||
|
||||
---@param go UnityEngine.GameObject
|
||||
function SetActive(go, isActive)
|
||||
if (go == nil) then
|
||||
return
|
||||
end
|
||||
NGUITools.SetActive(go, isActive)
|
||||
-- NGUITools.SetActive(go, isActive)
|
||||
go:SetActive(isActive)
|
||||
end
|
||||
|
||||
function getCC(transform, path, com)
|
||||
|
||||
@@ -85,7 +85,7 @@ MyUtl.doCall = function(custId, phoneNo, cust)
|
||||
hideHotWheel()
|
||||
if content.success then
|
||||
MyUtl.toastS("拨号成功!")
|
||||
getPanelAsy("PanelNewFollow", onLoadedPanelTT, cust)
|
||||
getPanelAsy("PanelNewFollowSimple", onLoadedPanelTT, cust)
|
||||
end
|
||||
end
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user