From e33cb82c0225f2d85802eae5d1f7874b0673bad2 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期二, 26 三月 2019 14:16:20 +0800
Subject: [PATCH] 3136 【BUG】【2.0】拍卖,男号,女性装备显示了“需求”

---
 System/Auction/FullServiceAuctioncell.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/Auction/FullServiceAuctioncell.cs b/System/Auction/FullServiceAuctioncell.cs
index 11238c3..e707ef4 100644
--- a/System/Auction/FullServiceAuctioncell.cs
+++ b/System/Auction/FullServiceAuctioncell.cs
@@ -86,8 +86,9 @@
                 return;
             }
             AuctionItem = auctionItem;
+            var jobBool = itemConfig.JobLimit == PlayerDatas.Instance.baseData.Job;
             var equipNeedBool = auctionHelpModel.WhetherEquipped(itemConfig.LV, itemConfig.EquipPlace);
-            if (!equipNeedBool)
+            if (!equipNeedBool && jobBool)
             {
                 m_NeedImage.SetActive(true);
             }

--
Gitblit v1.8.0