From 02e13cfa81063db800cad02c8ba8932bfba2e6fe Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 28 五月 2026 19:33:34 +0800
Subject: [PATCH] 666 新增代金券 修复商城货币框代币显示问题
---
Main/Config/Configs/ActTaskConfig.cs | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Main/Config/Configs/ActTaskConfig.cs b/Main/Config/Configs/ActTaskConfig.cs
index 196da59..43d5d60 100644
--- a/Main/Config/Configs/ActTaskConfig.cs
+++ b/Main/Config/Configs/ActTaskConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: Tuesday, April 28, 2026
+// [ Date ]: Wednesday, April 29, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -20,6 +20,7 @@
public int IsDayReset;
public int TemplateID;
public int ActScoreItemID;
+ public int ActShopTypeEx;
public string ActScoreAwardInfo;
public override int LoadKey(string _key)
@@ -40,7 +41,9 @@
int.TryParse(tables[3],out ActScoreItemID);
- ActScoreAwardInfo = tables[4];
+ int.TryParse(tables[4],out ActShopTypeEx);
+
+ ActScoreAwardInfo = tables[5];
}
catch (Exception exception)
{
--
Gitblit v1.8.0