【中文元修改】

dev_chengFeng
ZhangBiao 2021-03-18 10:27:36 +08:00
parent fb7bdbbe29
commit 2ba7583da3
3 changed files with 7 additions and 5 deletions

View File

@ -89251,7 +89251,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -64, y: -66} m_AnchoredPosition: {x: -102, y: -66}
m_SizeDelta: {x: 160, y: 30} m_SizeDelta: {x: 160, y: 30}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &1599836007671335418 --- !u!222 &1599836007671335418
@ -89295,7 +89295,7 @@ MonoBehaviour:
m_HorizontalOverflow: 1 m_HorizontalOverflow: 1
m_VerticalOverflow: 1 m_VerticalOverflow: 1
m_LineSpacing: 1 m_LineSpacing: 1
m_Text: 300 m_Text: 2000
--- !u!114 &1599836007671335416 --- !u!114 &1599836007671335416
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0

View File

@ -336,7 +336,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0 m_HorizontalOverflow: 0
m_VerticalOverflow: 0 m_VerticalOverflow: 0
m_LineSpacing: 1 m_LineSpacing: 1
m_Text: "\uFFE5328" m_Text: "328\u5143"
--- !u!1 &2776762708753556006 --- !u!1 &2776762708753556006
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0

View File

@ -141,8 +141,10 @@ function GiftView:RefreshOneKeyShow()
local now = 0 local now = 0
now = now + MoneyUtil.GetMoney(rechargeCommodityConfig[1004].Price) now = now + MoneyUtil.GetMoney(rechargeCommodityConfig[1004].Price)
self.oriPrice.text = Language[10582]..MoneyUtil.GetMoneyMark()..ori -- self.oriPrice.text = Language[10582]..MoneyUtil.GetMoneyMark()..ori
self.nowPrice.text = Language[10644]..MoneyUtil.GetMoneyMark()..now -- self.nowPrice.text = Language[10644]..MoneyUtil.GetMoneyMark()..now
self.oriPrice.text = string.format("现价:%s元",ori)
self.nowPrice.text = string.format("原价:%s元",now)
end end
-- 刷新礼包的数据 -- 刷新礼包的数据