Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
d16833005a
|
|
@ -67,9 +67,8 @@ function RewardGemSingleShowPopup:BindEvent()
|
||||||
self:ClosePanel()
|
self:ClosePanel()
|
||||||
end)
|
end)
|
||||||
Util.AddClick(this.btnClose, function()--替换,穿戴
|
Util.AddClick(this.btnClose, function()--替换,穿戴
|
||||||
UIManager.OpenPanel(UIName.GeneralBigPopup,GENERAL_POPUP_TYPE.SelectGem,this.gemType,this.position,function ()
|
|
||||||
self:ClosePanel()
|
self:ClosePanel()
|
||||||
end)
|
UIManager.OpenPanel(UIName.GeneralBigPopup,GENERAL_POPUP_TYPE.SelectGem,this.gemType,this.position)
|
||||||
end)
|
end)
|
||||||
Util.AddClick(this.btnSure, function()--卸下命石
|
Util.AddClick(this.btnSure, function()--卸下命石
|
||||||
NetManager.LifeGridChangeRequest(2,this.gemType,this.position,itemSid,function ()
|
NetManager.LifeGridChangeRequest(2,this.gemType,this.position,itemSid,function ()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue