From f90bcf177217ad0e104bc811d576c1517b79758e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 09 一月 2026 11:04:57 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Store/StoreCell.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Main/System/Store/StoreCell.cs b/Main/System/Store/StoreCell.cs
index b565cb0..aa9e3f1 100644
--- a/Main/System/Store/StoreCell.cs
+++ b/Main/System/Store/StoreCell.cs
@@ -20,7 +20,7 @@
     [SerializeField] Button freeButton; 
     [SerializeField] Image freeRedPoint;
     [SerializeField] Text freeText;
-
+    [SerializeField] Image exclusiveImage;//涓撳睘
     public void Display(int index)
     {
         if (!StoreModel.Instance.storeTypeDict.ContainsKey((int)StoreModel.Instance.selectStoreFuncType))
@@ -33,7 +33,7 @@
         int shopID = storeData.shopId;
         var itemID = storeData.storeConfig.ItemID;
         var itemCount = storeData.storeConfig.ItemCnt;
-
+        exclusiveImage.SetActive(storeData.storeConfig.IsExclusive == 1);
         itemCell.Init(new ItemCellModel(itemID, false, itemCount));
         itemCell.button.AddListener(() =>
         {

--
Gitblit v1.8.0