TCX_LongZhu
PC-202302260912\Administrator 2025-09-02 17:41:02 +08:00
parent 37d5a60d69
commit 366268c4ce
1 changed files with 1 additions and 1 deletions

View File

@ -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)
-- 刷新花费