【逍遥游】首通需要显示奖励数量

dev_chengFeng
gaoxin 2020-10-30 11:00:27 +08:00 committed by zhangqiang
parent f519c35bbd
commit d7a33ed404
1 changed files with 4 additions and 3 deletions

View File

@ -200,12 +200,13 @@ function this.SingleDataShow(btn, go, data, index)
-- progressObj:SetActive(data.isUnLock)
-- progress.fillAmount=prog/100
-- progressVle.text=string.format("%u/100",prog)
-- 不再显示数量
data.passReward[2] = 0
_rewardObj:OnOpen(false, data.passReward, 1)
if XiaoYaoManager.IsFirstPass(data.mapId) then
-- 不再显示数量
data.passReward[2] = 0
_rewardObj:OnOpen(false, data.passReward, 1)
rewardTip.sprite = Util.LoadSprite("x_xianyuan_gailvjiaobiao")
else
_rewardObj:OnOpen(false, data.passReward, 1)
rewardTip.sprite = Util.LoadSprite("x_xianyuan_shoucijiaobiao")
end
end