Update - 1.11.0.113
EN: 1.11.0.113 CN: 1.11.0.114 JP: 1.11.0.118 KR: 1.11.0.118
This commit is contained in:
@@ -525,11 +525,15 @@ function PhoneCtrl:Awake()
|
||||
self.nLastTog = nil
|
||||
local tbParam = self:GetPanelParam()
|
||||
if nil ~= tbParam and nil ~= tbParam[1] then
|
||||
self._panel.nCurTog = tbParam[1]
|
||||
if nil ~= tbParam[2] then
|
||||
if self._panel.nCurTog == nil then
|
||||
self._panel.nCurTog = tbParam[1]
|
||||
end
|
||||
if nil ~= tbParam[2] and self._panel.nSelectCharId == nil then
|
||||
self._panel.nSelectCharId = tbParam[2]
|
||||
end
|
||||
self.bSetGridPos = tbParam[3]
|
||||
if self._panel.nSelectCharId == nil then
|
||||
self.bSetGridPos = tbParam[3]
|
||||
end
|
||||
end
|
||||
end
|
||||
function PhoneCtrl:OnEnable()
|
||||
|
||||
Reference in New Issue
Block a user