|
@@ -16,7 +16,7 @@ public class TextLogCheck : MonoBehaviour
|
|
|
{
|
|
|
center.SetActive(false);
|
|
|
Text t = this.GetComponent<Text>();
|
|
|
-
|
|
|
+
|
|
|
for (int i = 0; i < tm.tconfigs.Count; i++)
|
|
|
{
|
|
|
if(i<=tm.nowTaskCt)
|
|
@@ -28,10 +28,10 @@ public class TextLogCheck : MonoBehaviour
|
|
|
if(!tm.tconfigs[i].TaskList[j].isNoshow)
|
|
|
{
|
|
|
if (tm.iidex == 1 && tm.tconfigs[i].TaskList[j].info2 != "")
|
|
|
- t.text += "\n" + tm.tconfigs[i].TaskList[j].info2 + "\n";
|
|
|
+ t.text += tm.tconfigs[i].TaskList[j].info2 + "\n";
|
|
|
else
|
|
|
{
|
|
|
- t.text += "\n" + tm.tconfigs[i].TaskList[j].info + "\n";
|
|
|
+ t.text += tm.tconfigs[i].TaskList[j].info + "\n";
|
|
|
|
|
|
}
|
|
|
}
|