Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
ZhangBiao 2021-12-17 17:20:24 +08:00
commit 88980286eb
2 changed files with 6 additions and 3 deletions

View File

@ -263,7 +263,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -102.71, y: -52.2}
m_AnchoredPosition: {x: -101.13, y: -27.5}
m_SizeDelta: {x: 440, y: 104.4}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &7213273430475869332
@ -281,7 +281,7 @@ MonoBehaviour:
m_Padding:
m_Left: 0
m_Right: 0
m_Top: 0
m_Top: 50
m_Bottom: 0
m_ChildAlignment: 3
m_StartCorner: 0

View File

@ -152,10 +152,13 @@ function PremiumRebatePanel:ShowSingleHero(go,_data,index)
elseif missionData.state == 1 then
Util.SetGray(btnGet,true)
btnText.text = "已购买"
Util.AddOnceClick(btnGet,function ()
end)
else
Util.SetGray(btnGet,true)
Util.AddOnceClick(btnGet,function ()
PopupTipPanel.ShowTip("累计购买X天后才可购买")
PopupTipPanel.ShowTip(string.format("累计购买%s天后才可购买",index))
end)
end
end