宝物震动修改
parent
7af6aa20da
commit
f73a554f35
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue