【鸿蒙阵】
parent
4db72018cb
commit
8a0574cb6a
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue