From 6a225dbd25f56c7b7e102da53e780bb0a60a302d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 26 一月 2026 14:23:27 +0800
Subject: [PATCH] 453 子 【付费】新增定军阁基金 / 【付费】定军阁基金-客户端
---
Main/System/BattlePass/BattlePassCommonCell.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/Main/System/BattlePass/BattlePassCommonCell.cs b/Main/System/BattlePass/BattlePassCommonCell.cs
index d9524f0..a53131e 100644
--- a/Main/System/BattlePass/BattlePassCommonCell.cs
+++ b/Main/System/BattlePass/BattlePassCommonCell.cs
@@ -62,7 +62,11 @@
}
else if (config.ZhanlingType == (int)BattlePassType.BetterMainLine)
{
- valueText.text = config.NeedValue/100 + "-" + config.NeedValue%100;
+ valueText.text = config.NeedValue / 100 + "-" + config.NeedValue % 100;
+ }
+ else if (config.ZhanlingType == (int)BattlePassType.DJG)
+ {
+ valueText.text = config.NeedValue / 100 + "-" + config.NeedValue % 100;
}
else
{
--
Gitblit v1.8.0