【鸿蒙阵bug修改】
parent
50de01d5a0
commit
bf0ac8322d
|
@ -91,11 +91,11 @@ function this.InitData(guideData)
|
|||
end
|
||||
|
||||
-- 测试功能引导用
|
||||
--Timer.New(function()
|
||||
-- Timer.New(function()
|
||||
-- this.OnFunctionOpen(86)
|
||||
-- print("6666666")
|
||||
-- this.HongMengGuideFun()
|
||||
--end, 1):Start()
|
||||
-- print("6666666")
|
||||
-- --this.HongMengGuideFun()
|
||||
-- end, 1):Start()
|
||||
|
||||
end
|
||||
|
||||
|
|
|
@ -54,7 +54,13 @@ function EquipTreasureStrongPopup:BindEvent()
|
|||
end)
|
||||
--强化页签
|
||||
Util.AddClick(this.btn_strongPage, function()
|
||||
this.SetWindShow(1)
|
||||
if HarmonyManager.IsInfo(curEquipData.upHeroDid) then
|
||||
-- body
|
||||
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
|
||||
else
|
||||
this.SetWindShow(1)
|
||||
end
|
||||
|
||||
end)
|
||||
--精炼页签
|
||||
Util.AddClick(this.btn_refinePage, function()
|
||||
|
|
Loading…
Reference in New Issue