From 5079cb7de069679add33b70f99e026cff7316cbd Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 20 十一月 2025 22:27:12 +0800
Subject: [PATCH] 262 幻境阁系统-客户端 修复物品图标和称号显示bug
---
Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs b/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs
index 2e99af9..c6e916e 100644
--- a/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs
+++ b/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs
@@ -7,7 +7,7 @@
/// <summary>
/// This is the base class that all cell views should derive from
/// </summary>
- public class EnhancedScrollerCellView : WidgetBehavior
+ public class EnhancedScrollerCellView : MonoBehaviour
{
/// <summary>
/// The cellIdentifier is a unique string that allows the scroller
@@ -45,9 +45,5 @@
public virtual void RefreshCellView() { }//褰撲富鍔ㄨ皟鐢‥nhancedScrller绫讳腑RefreshActiveCellViews()鏂规硶鏃讹紝浼氶亶鍘嗗綋鍓嶅浜嶢ctive鐘舵�佺殑CellVeiw锛屽苟璋冪敤瀹冧滑閲嶅啓鐨勮繖涓柟娉�
//杩欎釜鏂规硶鍙互鐢ㄤ簬涓诲姩鍒锋柊褰撳墠澶勪簬Active鐘舵�佺殑CellVeiw
- protected virtual void Awake()
- {
- InitWidgts();
- }
}
}
\ No newline at end of file
--
Gitblit v1.8.0