From 18e840a1578023502d3ff8bca189921be6fa148d Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Fri, 7 Feb 2025 16:28:33 +0800 Subject: [PATCH] 1 --- Assets/ManagedResources/~Lua/View/MoneyNumView.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/View/MoneyNumView.lua b/Assets/ManagedResources/~Lua/View/MoneyNumView.lua index cb891d01ad..5397fe66e3 100644 --- a/Assets/ManagedResources/~Lua/View/MoneyNumView.lua +++ b/Assets/ManagedResources/~Lua/View/MoneyNumView.lua @@ -8,13 +8,13 @@ local PositionType = { local ImageTypeConfig = { [MoneyNumViewImageType.Small_1] = { [MoneyType.RMB] = { type = PositionType.Down_Or_Right, imgName = "c_czlb_yuan_zh", imgSize = nil }, - [MoneyType.USD] = { type = PositionType.Up_Or_Left, imgName = "c_czlb_yuan_vi", imgSize = nil } + [MoneyType.USD] = { type = PositionType.Up_Or_Left, imgName = "c_czlb_yuan_vi", imgSize = nil }, [MoneyType.THAI] = { type = PositionType.Down_Or_Right, imgName = "c_czlb_yuan_zh", imgSize = nil }, [MoneyType.MM] = { type = PositionType.Down_Or_Right, imgName = "c_czlb_yuan_zh", imgSize = nil }, }, [MoneyNumViewImageType.Big_1] = { [MoneyType.RMB] = { type = PositionType.Down_Or_Right, imgName = "c_czlb_yuan_zh", imgSize = Vector3.New(60, 60) }, - [MoneyType.USD] = { type = PositionType.Up_Or_Left, imgName = "c_czlb_yuan_vi", imgSize = Vector3.New(60, 60) } + [MoneyType.USD] = { type = PositionType.Up_Or_Left, imgName = "c_czlb_yuan_vi", imgSize = Vector3.New(60, 60) }, [MoneyType.THAI] = { type = PositionType.Down_Or_Right, imgName = "c_czlb_yuan_zh", imgSize = Vector3.New(60, 60) }, [MoneyType.MM] = { type = PositionType.Down_Or_Right, imgName = "c_czlb_yuan_zh", imgSize = Vector3.New(60, 60) }, }