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

dev_chengFeng
jiaoyangna 2021-08-06 15:47:37 +08:00
commit e26a8a698c
2 changed files with 4 additions and 1 deletions

View File

@ -519,6 +519,9 @@ function SetCardStars(starGrid, star)
end
elseif star > 9 then
starGrid.transform:GetChild(star).gameObject:SetActive(true)
if star > 10 then
Util.GetGameObject(starGrid.transform:GetChild(star),"star").gameObject:SetActive(false)
end
end
end
-- 在给定节点下加载预设, 返回实例化的预设

View File

@ -30,7 +30,7 @@ function this.UpdateData(msg)
this.rewardStateData = msg.treasureRewardState
end
end
this.TreasrueState = OperatingManager.GetGoodsBuyTime(GoodsTypeDef.TreasureOfHeaven,106)
this.TreasrueState = msg.isBuy--OperatingManager.GetGoodsBuyTime(GoodsTypeDef.TreasureOfHeaven,106)
end
function this.SetTreasureState()