【鸿蒙阵bug修改】

dev_chengFeng
guowei 2021-01-20 17:23:55 +08:00
parent 50de01d5a0
commit bf0ac8322d
2 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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()