Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
e26a8a698c
|
@ -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
|
||||
-- 在给定节点下加载预设, 返回实例化的预设
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue