Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
102930f792
|
@ -229,6 +229,7 @@ end
|
||||||
function QianKunBox:contentShow()
|
function QianKunBox:contentShow()
|
||||||
wishSoulData =RecruitManager.GetWishEquipData()
|
wishSoulData =RecruitManager.GetWishEquipData()
|
||||||
local iconsData = ConfigManager.GetAllConfigsDataByKey(ConfigName.LotteryRewardConfig,"Pool",self.singleRecruit.DiamondBoxContain[1][1])
|
local iconsData = ConfigManager.GetAllConfigsDataByKey(ConfigName.LotteryRewardConfig,"Pool",self.singleRecruit.DiamondBoxContain[1][1])
|
||||||
|
LogRed("lotteryRewardConfig pool=="..self.singleRecruit.DiamondBoxContain[1][1])
|
||||||
local num=1
|
local num=1
|
||||||
--如果没有默认数值,默认的就是表里面的请三个魂印
|
--如果没有默认数值,默认的就是表里面的请三个魂印
|
||||||
if wishSoulData and #wishSoulData~=0 then
|
if wishSoulData and #wishSoulData~=0 then
|
||||||
|
|
|
@ -36,8 +36,8 @@ end
|
||||||
|
|
||||||
function this:BindEvent()
|
function this:BindEvent()
|
||||||
Util.AddClick(this.confirmBtn,function()
|
Util.AddClick(this.confirmBtn,function()
|
||||||
if #this.currHeroIds<=0 then
|
if #this.currHeroIds~=3 then
|
||||||
PopupTipPanel.ShowTip("请至少选择一枚心愿神印")
|
PopupTipPanel.ShowTip("请添加三枚许愿魂印")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
NetManager.BeautyBagWishEquipRequest(this.currHeroIds,function()
|
NetManager.BeautyBagWishEquipRequest(this.currHeroIds,function()
|
||||||
|
|
Loading…
Reference in New Issue