From 01522e6e0c2be1f7240d873c0e1761da10f0a1a5 Mon Sep 17 00:00:00 2001 From: chenxi Date: Wed, 24 May 2023 19:28:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E9=87=91=E7=95=8C=E9=9D=A2=E8=B4=A7?= =?UTF-8?q?=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/fund/level_fund_ui.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/app/ui/fund/level_fund_ui.lua b/lua/app/ui/fund/level_fund_ui.lua index d4417d9f..848d758f 100644 --- a/lua/app/ui/fund/level_fund_ui.lua +++ b/lua/app/ui/fund/level_fund_ui.lua @@ -9,9 +9,9 @@ function LevelFundUI:getCurrencyParams() if self.currencyParams == nil then self.currencyParams = { itemIds = { - GConst.ItemConst.ITEM_ID_VIT, GConst.ItemConst.ITEM_ID_GOLD, - GConst.ItemConst.ITEM_ID_GEM + GConst.ItemConst.ITEM_ID_GEM, + GConst.ItemConst.ITEM_ID_VIT, }, showType = GConst.CURRENCY_TYPE.HORIZONTAL }