【命格】界面无法打开修改

dev_chengFeng
ZhangBiao 2021-12-28 15:01:43 +08:00
parent 26dc765925
commit d81a2b7265
1 changed files with 2 additions and 3 deletions

View File

@ -67,9 +67,8 @@ function RewardGemSingleShowPopup:BindEvent()
self:ClosePanel()
end)
Util.AddClick(this.btnClose, function()--替换,穿戴
UIManager.OpenPanel(UIName.GeneralBigPopup,GENERAL_POPUP_TYPE.SelectGem,this.gemType,this.position,function ()
self:ClosePanel()
end)
self:ClosePanel()
UIManager.OpenPanel(UIName.GeneralBigPopup,GENERAL_POPUP_TYPE.SelectGem,this.gemType,this.position)
end)
Util.AddClick(this.btnSure, function()--卸下命石
NetManager.LifeGridChangeRequest(2,this.gemType,this.position,itemSid,function ()