From a1cf94122c5be848c4017446944988618501913f Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 06 九月 2018 14:52:42 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Market/MarketBagItem.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/Market/MarketBagItem.cs b/System/Market/MarketBagItem.cs
index c765ab5..8ebf5f6 100644
--- a/System/Market/MarketBagItem.cs
+++ b/System/Market/MarketBagItem.cs
@@ -6,12 +6,12 @@
 {
     public class MarketBagItem : CommonItemBaisc
     {
-        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);
         }
 
-        public override void Init(ItemCellModel model)
+        public override void Init(ItemCellModel model, int compareScore = 0)
         {
             base.Init(model);
         }

--
Gitblit v1.8.0