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