From 416fbb174c1a8a6ed97e8fdee6c374a64f6fe027 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期六, 29 九月 2018 21:18:56 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/FairylandCeremony/ToHiTaskCell.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/System/FairylandCeremony/ToHiTaskCell.cs b/System/FairylandCeremony/ToHiTaskCell.cs
index 091b04c..1fb1bf4 100644
--- a/System/FairylandCeremony/ToHiTaskCell.cs
+++ b/System/FairylandCeremony/ToHiTaskCell.cs
@@ -29,6 +29,7 @@
 
         public void Init(AllPeoplePartyConfig taskConfig)
         {
+            activeNameText.gameObject.SetActive(false);
             this.taskConfig = taskConfig;
             activeIcon.SetSprite(taskConfig.IconKey);
             SetTaskState(ceremonyModel.GetPeopleTaskTimesById(taskConfig.ID),taskConfig.TotalTimes);

--
Gitblit v1.8.0