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) }, }