修复一开始账单

This commit is contained in:
wulongxiao 2024-12-18 17:15:32 +08:00
parent b6db82d9b6
commit c89639c13c
2 changed files with 2 additions and 6 deletions

View File

@ -19,11 +19,7 @@ public class Asset_Details : MonoBehaviour
public GameObject itemPrefab;
// Start is called before the first frame update
void Start()
{
ShowPanel(3);
}
/// <summary>

View File

@ -14,7 +14,7 @@ public class Asset_Details_item : MonoBehaviour
if (_bool)
{
this.info.text = info;
this.number.text = "<b><color=#FF0000FF>+£¤" + number+ "</color></b>";
this.number.text = "<b><color=blue>+£¤" + number+ "</color></b>";
}
else
{