From 094aa66438afb28cc5c817ebe7c68814b2103b9b Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 09 一月 2026 22:55:09 +0800
Subject: [PATCH] 0312 高级基金
---
Main/System/BattlePass/BattlePassCommonCell.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Main/System/BattlePass/BattlePassCommonCell.cs b/Main/System/BattlePass/BattlePassCommonCell.cs
index 52e769c..d9524f0 100644
--- a/Main/System/BattlePass/BattlePassCommonCell.cs
+++ b/Main/System/BattlePass/BattlePassCommonCell.cs
@@ -58,7 +58,10 @@
if (config.ZhanlingType == (int)BattlePassType.MainLine)
{
-
+ valueText.text = config.NeedValue / 100 + "-" + config.NeedValue % 100;
+ }
+ else if (config.ZhanlingType == (int)BattlePassType.BetterMainLine)
+ {
valueText.text = config.NeedValue/100 + "-" + config.NeedValue%100;
}
else
--
Gitblit v1.8.0