Update - 1.3.0.69
EN: 1.3.0.69 CN: 1.3.0.70 JP: 1.3.0.72 KR: 1.3.0.76
This commit is contained in:
@@ -372,7 +372,15 @@ function SettingsAcountCtrl:OnDestroy()
|
||||
end
|
||||
function SettingsAcountCtrl:OnBtnClick_Center()
|
||||
if SDKManager:IsSDKInit() then
|
||||
SDKManager.SDK:ShowUserCenter()
|
||||
local sDestoryUrl = PlayerData.Base:GetDestoryUrl()
|
||||
if sDestoryUrl == "" then
|
||||
local cb = function(sUrl)
|
||||
SDKManager.SDK:ShowUserCenter(sUrl, sUrl)
|
||||
end
|
||||
PlayerData.Base:RequestDestoryUrl(cb)
|
||||
else
|
||||
SDKManager.SDK:ShowUserCenter(sDestoryUrl, sDestoryUrl)
|
||||
end
|
||||
else
|
||||
EventManager.Hit(EventId.OpenMessageBox, ConfigTable.GetUIText("Function_NotAvailable"))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user