【超值基金】未购买隐藏礼包的时间

dev_chengFeng
zhangqiang 2021-04-28 00:58:11 +08:00
parent e1fb031c57
commit dc13bc21cf
1 changed files with 2 additions and 1 deletions

View File

@ -178,8 +178,9 @@ function UpperMonthCard:SetBuyState()
Util.SetGray(self.btnBuy, not isActive)
self.textBuy.text = isActive and (string.format(MoneyUtil.GetMoneyUnitName(),MoneyUtil.GetMoney(chargeConfig[self.baseType].Price))) or (string.format(MoneyUtil.GetMoneyUnitName(),MoneyUtil.GetMoney(chargeConfig[self.baseType].Price)))-- .. MoneyUtil.GetMoneyUnitName())
self.actLeftTime.gameObject:SetActive(false)
if not isBought then
self:SetBuyPanelInfo()
-- self:SetBuyPanelInfo()
else
self:SetBoughtPanelInfo()
end