| System/Vip/VipPrivilegeWidget.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Vip/VipPrivilegeWidget.cs
@@ -58,6 +58,15 @@ } } break; case 6: var isEmptyLabel = string.IsNullOrEmpty(label); m_NullSymbol.gameObject.SetActive(isEmptyLabel); m_Description.gameObject.SetActive(!isEmptyLabel); if (!isEmptyLabel) { m_Description.text = label; } break; case 1: default: m_Symbol.gameObject.SetActive(value > 0);