From 56b9c524aa379cfce1ac3a7ab33236dd4bee8a23 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期四, 06 九月 2018 14:45:52 +0800
Subject: [PATCH] 1855 仙器替换界面显示评分比较图标

---
 System/KnapSack/New/ItemCell.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/System/KnapSack/New/ItemCell.cs b/System/KnapSack/New/ItemCell.cs
index 6f34673..824209b 100644
--- a/System/KnapSack/New/ItemCell.cs
+++ b/System/KnapSack/New/ItemCell.cs
@@ -23,15 +23,15 @@
             }
         }
 
-        public override void Init(ItemModel model,bool isCompare = false)
+        public override void Init(ItemModel model,bool isCompare = false, int compareScore = 0)
         {
-            base.Init(model, isCompare);
+            base.Init(model, isCompare,compareScore);
             reducebtn.gameObject.SetActive(false);
         }
 
-        public override void Init(ItemCellModel model)
+        public override void Init(ItemCellModel model, int compareScore = 0)
         {
-            base.Init(model);
+            base.Init(model,compareScore);
             reducebtn.gameObject.SetActive(false);
         }
     }

--
Gitblit v1.8.0