添加道具 太初之气 加号

dev_chengFeng
jiaoyangna 2021-09-02 16:17:26 +08:00
parent ac0955bb13
commit 37c1c77737
3 changed files with 3 additions and 1 deletions

View File

@ -552,6 +552,7 @@ UpViewRechargeType = {
LuoFuJingShi = 1207,--罗浮晶石
SuiFanXingCheng = 1007, -- 碎繁星辰
XunBaoMiZong = 1229, --宝图碎片
TaichuZhiQi = 1211,
}
SHOP_PAGE = {

View File

@ -403,7 +403,7 @@ function this.ShowEquipData(i)
this.treasurePanel[i].TreeAttri:SetActive(false)
else
this.treasurePanel[i].TreeAttri:SetActive(true)
this.treasurePanel[i].bgScroll:GetComponent("RectTransform").sizeDelta = Vector2.New(800,545)
this.treasurePanel[i].bgScroll:GetComponent("RectTransform").sizeDelta = Vector2.New(800,589)
this.SetPropertyShow2(treeInfo,this.TreePropertyList[i],this.treasurePanel[i].TreeAttriGrid,this.TreePropertyList2[i])
end
if i == 1 then

View File

@ -56,6 +56,7 @@ local _ShowPlusType = {
UpViewRechargeType.XiuXian,
UpViewRechargeType.SuiFanXingCheng,
UpViewRechargeType.LuoFuJingShi,
UpViewRechargeType.TaichuZhiQi,
}
-- 判断是否显示加号