diff --git a/Assets/ManagedResources/~Lua/Modules/DailyRecharge/DailyRechargePanel.lua b/Assets/ManagedResources/~Lua/Modules/DailyRecharge/DailyRechargePanel.lua index 59ceea7382..5a23613739 100644 --- a/Assets/ManagedResources/~Lua/Modules/DailyRecharge/DailyRechargePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/DailyRecharge/DailyRechargePanel.lua @@ -6,8 +6,8 @@ local index = 0 local cursortingOrder local isFirstOpen = false local missionIndex = { - [1] = {tipText = "即可领取超值豪礼",selectImaRMB = "r_mrcz_18_zh",selectIma = "r_mrcz_18_zh",defaultImaRMB = "r_mrcz_1801_zh",defaultIma = "r_mrcz_1801_zh"}, - [2] = {tipText = "可领取18元,30元两档超级豪礼",selectImaRMB = "r_mrcz_30_zh",selectIma = "r_mrcz_30_zh",defaultImaRMB = "r_mrcz_3001_zh",defaultIma = "r_mrcz_3001_zh"}, + [1] = {tipText = "免费领取超值豪礼",selectImaRMB = "r_mrcz_18_zh",selectIma = "r_mrcz_18_zh",defaultImaRMB = "r_mrcz_1801_zh",defaultIma = "r_mrcz_1801_zh"}, + [2] = {tipText = "免费领取18元,30元两档超级豪礼",selectImaRMB = "r_mrcz_30_zh",selectIma = "r_mrcz_30_zh",defaultImaRMB = "r_mrcz_3001_zh",defaultIma = "r_mrcz_3001_zh"}, [3] = {tipText = "三重档位超值豪礼尽收囊中",selectImaRMB = "r_mrcz_68_zh",selectIma = "r_mrcz_30_zh",defaultImaRMB = "r_mrcz_6801_zh",defaultIma = "r_mrcz_6801_zh"}, } @@ -189,7 +189,7 @@ function DailyRechargePanel:RefreshPanel() self.extraIcon.sprite = self.spLoader:LoadSprite(icon[0]) self.extraTip.gameObject:SetActive(true) self.extraTip.text = missionIndex[index].tipText - self.dealText.text = Language[10420] + self.dealText.text = "立即前往" self.moneyNum.gameObject:SetActive(true) local dailyActInfo = ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.DailyRecharge) self.moneyNum:SetNumShow(1,(actRewardConfig1.Values[1][1] - dailyActInfo.value)) @@ -221,7 +221,7 @@ function DailyRechargePanel:RefreshPanel() self.rewardContentbg[i].gameObject:SetActive(true) end end) - self.titleText.text = Language[12109] + self.titleText.text = "免\n费\n领\n取\n1\n次" SetTextVerTial(self.titleText,Vector3.New(102.07,18.2,0)) end