From 2e3fdd5e560c9dcc0d44398559ac679260010b64 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Mon, 29 Nov 2021 16:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/TailsManSoul/TailsmanSoulChipLottery.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/TailsManSoul/TailsmanSoulChipLottery.lua b/Assets/ManagedResources/~Lua/Modules/TailsManSoul/TailsmanSoulChipLottery.lua index 448d1c9eee..e7c2262aed 100644 --- a/Assets/ManagedResources/~Lua/Modules/TailsManSoul/TailsmanSoulChipLottery.lua +++ b/Assets/ManagedResources/~Lua/Modules/TailsManSoul/TailsmanSoulChipLottery.lua @@ -160,9 +160,9 @@ function TailsmanSoulChipLottery:refreshMagicNum() self.btnGift:SetActive(isActive) local d = ConfigManager.GetAllConfigsDataByKey(ConfigName.LotterySpecialConfig,"Type",self.singleRecruit.MergePool) - self.updateTimesTip.text = string.format("召唤%s次必得红色碎片","A55A13",d[1].Count - self.actData.value) + self.updateTimesTip.text = string.format("召唤%s次必得红色碎片","ff850c",d[1].Count - self.actData.value) local endTime = ActivityGiftManager.GetTaskEndTime(self.actType) - PlayerManager.serverTime - self.updateTimesTip1.text = string.format("活动剩余时间:"..self:TimeToDHMS(endTime)) + self.updateTimesTip1.text = string.format("活动剩余时间:%s",self:TimeToDHMS(endTime)) local timeDown=CalculateSecondsNowTo_N_OClock(0) self.timer = Timer.New(function() if timeDown < 1 then @@ -177,7 +177,7 @@ function TailsmanSoulChipLottery:refreshMagicNum() self:OnShow(sortingOrder) return else - self.updateTimesTip1.text = string.format("活动剩余时间:"..self:TimeToDHMS(endTime)) + self.updateTimesTip1.text = string.format("活动剩余时间:%s",self:TimeToDHMS(endTime)) end endTime = endTime - 1 timeDown = timeDown - 1