装备界面适配修改提交

(cherry picked from commit 45d29ef264)
(cherry picked from commit edfe797ddd)
dev_chengFeng
jiaoyangna 2021-10-12 15:50:43 +08:00
parent 60b53f2d7b
commit 262aa7a7e7
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,8 @@ function RewardEquipSingleShowPopup:OnShow()
if this.jumpViewList and #this.jumpViewList then
this.getTuGrid:GetComponent("RectTransform").sizeDelta = Vector2.New(911.56,this.equipProGridCom.spacing*(#this.jumpViewList))
end
ForceRebuildLayout(this.mainPro.transform)
end
--道具 和 装备分解 发送请求后 回调
function this.SendBackResolveReCallBack(drop)