【主界面】修复update方法不能停止的问题

dev_chengFeng
gaoxin 2021-05-24 16:24:16 +08:00
parent 6d9f8f2f3d
commit e308fd0149
1 changed files with 3 additions and 3 deletions

View File

@ -683,6 +683,8 @@ end
function this:OnOpen()
activitys = DynamicActivityManager.GetActivityTableDataByPageInde(0)
this.CreatActivity()
FixedUpdateBeat:Add(this.OnUpdate, self)--长按方法注册
end
--检测六星前往活动是否显示
@ -899,8 +901,6 @@ function this:OnShow()
--检测鸿蒙碑红点
HarmonyManager.CheckRedPoinStatusUpTowerMainCityRed()
FixedUpdateBeat:Add(this.OnUpdate, self)--长按方法注册
end
--