Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
DESKTOP-98AVA47\Administrator 2021-07-16 14:28:36 +08:00
commit 102930f792
2 changed files with 3 additions and 2 deletions

View File

@ -229,6 +229,7 @@ end
function QianKunBox:contentShow()
wishSoulData =RecruitManager.GetWishEquipData()
local iconsData = ConfigManager.GetAllConfigsDataByKey(ConfigName.LotteryRewardConfig,"Pool",self.singleRecruit.DiamondBoxContain[1][1])
LogRed("lotteryRewardConfig pool=="..self.singleRecruit.DiamondBoxContain[1][1])
local num=1
--如果没有默认数值,默认的就是表里面的请三个魂印
if wishSoulData and #wishSoulData~=0 then

View File

@ -36,8 +36,8 @@ end
function this:BindEvent()
Util.AddClick(this.confirmBtn,function()
if #this.currHeroIds<=0 then
PopupTipPanel.ShowTip("至少选择一枚心愿神")
if #this.currHeroIds~=3 then
PopupTipPanel.ShowTip("添加三枚许愿魂")
return
end
NetManager.BeautyBagWishEquipRequest(this.currHeroIds,function()