parent
7a375b767c
commit
f451ac76f5
|
|
@ -26,7 +26,7 @@ function this.UpdateData(msg)
|
|||
this.rewardStateData = msg.treasureRewardState
|
||||
end
|
||||
end
|
||||
this.TreasrueState = OperatingManager.GetGoodsBuyTime(GoodsTypeDef.TreasureOfHeaven,106) or msg.isBuy
|
||||
this.TreasrueState = OperatingManager.GetGoodsBuyTime(GoodsTypeDef.TreasureOfHeaven,106) == 0 and msg.isBuy or OperatingManager.GetGoodsBuyTime(GoodsTypeDef.TreasureOfHeaven,106)
|
||||
end
|
||||
|
||||
function this.SetTreasureState()
|
||||
|
|
|
|||
Loading…
Reference in New Issue