From 2f7aca7e821a7285c676e9706e09014e4e63042b Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 04 一月 2019 13:54:14 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Compose/New/ComposeFirstTypeCell.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/Compose/New/ComposeFirstTypeCell.cs b/System/Compose/New/ComposeFirstTypeCell.cs
index 2267910..4829a8e 100644
--- a/System/Compose/New/ComposeFirstTypeCell.cs
+++ b/System/Compose/New/ComposeFirstTypeCell.cs
@@ -27,7 +27,8 @@
             unlockTypeName.text = itemCompound.secondTypeName;
             arrowImg.gameObject.SetActive(thirdType != 0);
             UpdateBtnImg(selectSecondType);
-            if (composeModel.secondTypeRedDict.ContainsKey(secondType))
+            if (firstType == (int)ComposeFuncType.Item
+                 && composeModel.secondTypeRedDict.ContainsKey(secondType))
             {
                 redpoint.gameObject.SetActive(true);
                 redpoint.redpointId = composeModel.secondTypeRedDict[secondType].id;

--
Gitblit v1.8.0