宝物震动修改

dev_chengFeng
jiaoyangna 2021-07-29 18:57:30 +08:00
parent 7af6aa20da
commit f73a554f35
1 changed files with 6 additions and 0 deletions

View File

@ -64,11 +64,17 @@ function EquipTreasureStrongPopup:BindEvent()
end)
--强化页签
Util.AddClick(this.btn_strongPage, function()
if type == 1 then
return
end
this:SetWindShow(1,0)
this:RefreshRedPoint(0,false)
end)
--精炼页签
Util.AddClick(this.btn_refinePage, function()
if type == 2 then
return
end
this:SetWindShow(2,0)
this:RefreshRedPoint(0,false)
end)