TCX_LongZhu
parent
37d5a60d69
commit
366268c4ce
|
|
@ -156,7 +156,7 @@ function ShopBuyPopup:OnOpen(shopType, shopItemId,backFun)
|
|||
this.slider.minValue = 0
|
||||
this.slider.value = this.maxNum > 0 and 1 or 0
|
||||
-- 设置颜色
|
||||
this.buyNumLab.color = this.maxNum > 0 and Color.New(0.55,0.59,0.62,1) or UIColor.NOT_ENOUGH_RED
|
||||
this.buyNumLab.color = this.maxNum > 0 and Color.New(1,1,1,1) or UIColor.NOT_ENOUGH_RED
|
||||
Util.SetGray(this.confirmBtn, this.maxNum <= 0)
|
||||
|
||||
-- 刷新花费
|
||||
|
|
|
|||
Loading…
Reference in New Issue