少年修仙传客户端代码仓库
hch
2024-12-11 73471ddbb674fb2e519f1f2aac033a787f5b1fd3
0312 0.1折的界面优化
1个文件已修改
2 ■■■ 已修改文件
LogicProject/System/TongTianLing/TTLBattlePassWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/TongTianLing/TTLBattlePassWin.cs
@@ -282,7 +282,7 @@
        { 
            OrderInfoConfig orderConfig;
            vipModel.TryGetOrderInfo(TTLBattlePassModel.Instance.ttlCTGID, out orderConfig);
            (buyTTL.FindComponent("TextEx", "TextEx") as TextEx).text = Language.Get("PriceBuy", UIHelper.GetMoneyFormat(orderCfg.PayRMBNum));
            (buyTTL.FindComponent("TextEx", "TextEx") as TextEx).text = Language.Get("PriceBuy", UIHelper.GetMoneyFormat(orderConfig.PayRMBNum));
            if (orgPrice != null)
            {