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/SkinStoreCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Store/SkinStoreCell.cs b/Main/System/Store/SkinStoreCell.cs
index fc34772..69c4243 100644
--- a/Main/System/Store/SkinStoreCell.cs
+++ b/Main/System/Store/SkinStoreCell.cs
@@ -19,7 +19,7 @@
public void Display(int index)
{
- var list = StoreModel.Instance.storeTypeDict[(int)StoreFunc.HeroSkin];
+ var list = StoreModel.Instance.GetTimeValidStoreDatas(StoreFunc.HeroSkin);
var storeData = list[index];
int shopID = storeData.shopId;
var itemID = storeData.storeConfig.ItemID;
--
Gitblit v1.8.0