[周卡]======周卡显示修改

wangzhenxing 2022-09-07 16:42:23 +08:00
parent e3f58fbbec
commit 1e8db13fbd
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ function WeekCardPanel:ShowCardInfo(index,config)
pre.icon.sprite = self.spLoader:LoadSprite(icon)
pre.Text.text = name.."*"..PrintWanNum2(oneNum)
local str=PrintWanNum2(allNum)..name
local str=name.."*"..PrintWanNum2(allNum)
pre.hint.text = "共计: ".."<color=#ffe79a>"..str.."</color>"
local rechargeCfg = _RechargeCommodityConfig[config.RechargeId]
if not rechargeCfg then