parent
e5c302f6b7
commit
244aa76319
|
|
@ -110,7 +110,7 @@ function this:OnShow(_parent,...)
|
|||
elseif curType == 5 then --
|
||||
rewardData,rewardData1 = RecruitTreasureManager.GetAllRewardData(extraType,type[curType].id)
|
||||
this:showRewardWuJin(rewardData,rewardData1)
|
||||
this.tip.text = "·获取<color=#45953B>980妖晶</color>,激活<color=#45953B>进阶专属奖励</color>\n<size=25> <color=#45953B>妖晶</color>奖励通过<color=#45953B>邮件</color>发送</size>"
|
||||
this.tip.text = "·激活<color=#45953B>进阶专属奖励</color>"
|
||||
this.dealBtnIma.gameObject:SetActive(false)
|
||||
this.dealBtnText.gameObject:SetActive(true)
|
||||
local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id)
|
||||
|
|
@ -118,7 +118,7 @@ function this:OnShow(_parent,...)
|
|||
elseif curType == 6 then --
|
||||
rewardData,rewardData1 = RecruitTreasureManager.GetAllRewardData(extraType,type[curType].id)
|
||||
this:showRewardWuJin(rewardData,rewardData1)
|
||||
this.tip.text = "·获取<color=#45953B>980妖晶</color>,激活<color=#45953B>进阶专属奖励</color>\n<size=25> <color=#45953B>妖晶</color>奖励通过<color=#45953B>邮件</color>发送</size>"
|
||||
this.tip.text = "·激活<color=#45953B>进阶专属奖励</color>"
|
||||
this.dealBtnIma.gameObject:SetActive(false)
|
||||
this.dealBtnText.gameObject:SetActive(true)
|
||||
local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id)
|
||||
|
|
@ -126,7 +126,7 @@ function this:OnShow(_parent,...)
|
|||
elseif curType == 7 then --
|
||||
rewardData,rewardData1 = RecruitTreasureManager.GetAllRewardData(extraType,type[curType].id)
|
||||
this:showRewardWuJin(rewardData,rewardData1)
|
||||
this.tip.text = "·获取<color=#45953B>980妖晶</color>,激活<color=#45953B>进阶专属奖励</color>\n<size=25> <color=#45953B>妖晶</color>奖励通过<color=#45953B>邮件</color>发送</size>"
|
||||
this.tip.text = "·激活<color=#45953B>进阶专属奖励</color>"
|
||||
this.dealBtnIma.gameObject:SetActive(false)
|
||||
this.dealBtnText.gameObject:SetActive(true)
|
||||
local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id)
|
||||
|
|
|
|||
Loading…
Reference in New Issue