From 3575c016271e455cfaab964b98e3d4ef84ef75cb Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 13 五月 2026 20:06:12 +0800
Subject: [PATCH] 597 时装特卖
---
Main/System/Store/SkinStoreLineCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Store/SkinStoreLineCell.cs b/Main/System/Store/SkinStoreLineCell.cs
index d637c35..af2f769 100644
--- a/Main/System/Store/SkinStoreLineCell.cs
+++ b/Main/System/Store/SkinStoreLineCell.cs
@@ -10,7 +10,7 @@
public void Display(int index)
{
- var list = StoreModel.Instance.storeTypeDict[(int)StoreFunc.HeroSkin];
+ var list = StoreModel.Instance.GetTimeValidStoreDatas(StoreFunc.HeroSkin);
for (int i = 0; i < storeCells.Length; i++)
{
--
Gitblit v1.8.0