基金界面货币

This commit is contained in:
chenxi 2023-05-24 19:28:52 +08:00
parent 143c5282e0
commit 01522e6e0c

View File

@ -9,9 +9,9 @@ function LevelFundUI:getCurrencyParams()
if self.currencyParams == nil then if self.currencyParams == nil then
self.currencyParams = { self.currencyParams = {
itemIds = { itemIds = {
GConst.ItemConst.ITEM_ID_VIT,
GConst.ItemConst.ITEM_ID_GOLD, 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 showType = GConst.CURRENCY_TYPE.HORIZONTAL
} }