【称号】修复老包中称号报错

dev_chengFeng
gaoxin 2021-06-22 17:42:18 +08:00
parent 274f315d2b
commit efca8d1244
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function PlayerTitle:SetEffectScale(effectScale)
-- 处理喜扑老包称号显示异常的问题,喜扑第一个版本的包在底层删除了缩放节点,这里要处理下针对此包不再进行缩放还原
if AppConst.isSDK then
local vc = AndroidDeviceInfo.Instance:GetVersionCode()
if settingValue and vc == Androidtonumber(settingValue) then
if settingValue and vc == tonumber(settingValue) then
isScaleActive = false
end
end