【鸿蒙阵】

dev_chengFeng
guowei 2020-12-22 11:06:23 +08:00
parent 4db72018cb
commit 8a0574cb6a
4 changed files with 11 additions and 7 deletions

View File

@ -60,9 +60,9 @@ function this.InitData(guideData)
end
-- 测试功能引导用
--Timer.New(function()
-- this.OnFunctionOpen(67)
--end, 1):Start()
Timer.New(function()
this.OnFunctionOpen(86)
end, 1):Start()
end

View File

@ -66,7 +66,7 @@ function HarmonyPanel:BindEvent()
--共鸣按钮
Util.AddClick(self.GongMingBtn,function()
local count = HarmonyManager:IsEnvoyCount()
if count == 6 then
if count >= 6 then
-- body
UIManager.OpenPanel(UIName.GongMingResultTips)
else

View File

@ -22,7 +22,7 @@ HeroData.__get__.lv = function(self)
endLv = HarmonyManager.hongmengTablet
else
local curlvEen = HeroManager.heroLvEnd[self.id]
print(curlvEen," "..self.heroConfig.ReadingName)
--print(curlvEen," "..self.heroConfig.ReadingName)
endLv = temp_lv > curlvEen and curlvEen or temp_lv
end

View File

@ -69,9 +69,13 @@ function HarmonyView:OnOpen()
end)
end
for i = 1, #self.HongMengData do
for i = 1, #self.HongMengData[i].equipIdList do
HarmonyManager.equipCount= HarmonyManager.equipCount+1
if self.HongMengData[i] then
-- body
for i = 1, #self.HongMengData[i].equipIdList do
HarmonyManager.equipCount= HarmonyManager.equipCount+1
end
end
end
-- self.count = 1;