From fc5aec839636e77590af93f53de7f93366dbb3e9 Mon Sep 17 00:00:00 2001 From: Fang Date: Wed, 12 Jul 2023 10:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E9=97=A8=E7=A4=BC=E5=8C=85=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BAfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/shop/introduct_pop_ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/shop/introduct_pop_ui.lua b/lua/app/ui/shop/introduct_pop_ui.lua index ac66fdd4..fbe5623e 100644 --- a/lua/app/ui/shop/introduct_pop_ui.lua +++ b/lua/app/ui/shop/introduct_pop_ui.lua @@ -71,7 +71,7 @@ function IntroductPopUI:refresh() for i = 1, MAX_ITEM_NUM do if i <= #rewards then self.rewardCellList[i]:setVisible(true, 0.8) - self.rewardCellList[i]:refresh(rewards[i].id, rewards[i].num, false) + self.rewardCellList[i]:refresh(rewards[i].id, rewards[i].num, true) else self.rewardCellList[i]:setVisible(false) end