宝物震动修改
parent
7af6aa20da
commit
f73a554f35
|
@ -64,11 +64,17 @@ function EquipTreasureStrongPopup:BindEvent()
|
||||||
end)
|
end)
|
||||||
--强化页签
|
--强化页签
|
||||||
Util.AddClick(this.btn_strongPage, function()
|
Util.AddClick(this.btn_strongPage, function()
|
||||||
|
if type == 1 then
|
||||||
|
return
|
||||||
|
end
|
||||||
this:SetWindShow(1,0)
|
this:SetWindShow(1,0)
|
||||||
this:RefreshRedPoint(0,false)
|
this:RefreshRedPoint(0,false)
|
||||||
end)
|
end)
|
||||||
--精炼页签
|
--精炼页签
|
||||||
Util.AddClick(this.btn_refinePage, function()
|
Util.AddClick(this.btn_refinePage, function()
|
||||||
|
if type == 2 then
|
||||||
|
return
|
||||||
|
end
|
||||||
this:SetWindShow(2,0)
|
this:SetWindShow(2,0)
|
||||||
this:RefreshRedPoint(0,false)
|
this:RefreshRedPoint(0,false)
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue