添加道具 太初之气 加号
parent
ac0955bb13
commit
37c1c77737
|
@ -552,6 +552,7 @@ UpViewRechargeType = {
|
||||||
LuoFuJingShi = 1207,--罗浮晶石
|
LuoFuJingShi = 1207,--罗浮晶石
|
||||||
SuiFanXingCheng = 1007, -- 碎繁星辰
|
SuiFanXingCheng = 1007, -- 碎繁星辰
|
||||||
XunBaoMiZong = 1229, --宝图碎片
|
XunBaoMiZong = 1229, --宝图碎片
|
||||||
|
TaichuZhiQi = 1211,
|
||||||
}
|
}
|
||||||
|
|
||||||
SHOP_PAGE = {
|
SHOP_PAGE = {
|
||||||
|
|
|
@ -403,7 +403,7 @@ function this.ShowEquipData(i)
|
||||||
this.treasurePanel[i].TreeAttri:SetActive(false)
|
this.treasurePanel[i].TreeAttri:SetActive(false)
|
||||||
else
|
else
|
||||||
this.treasurePanel[i].TreeAttri:SetActive(true)
|
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])
|
this.SetPropertyShow2(treeInfo,this.TreePropertyList[i],this.treasurePanel[i].TreeAttriGrid,this.TreePropertyList2[i])
|
||||||
end
|
end
|
||||||
if i == 1 then
|
if i == 1 then
|
||||||
|
|
|
@ -56,6 +56,7 @@ local _ShowPlusType = {
|
||||||
UpViewRechargeType.XiuXian,
|
UpViewRechargeType.XiuXian,
|
||||||
UpViewRechargeType.SuiFanXingCheng,
|
UpViewRechargeType.SuiFanXingCheng,
|
||||||
UpViewRechargeType.LuoFuJingShi,
|
UpViewRechargeType.LuoFuJingShi,
|
||||||
|
UpViewRechargeType.TaichuZhiQi,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- 判断是否显示加号
|
-- 判断是否显示加号
|
||||||
|
|
Loading…
Reference in New Issue