少年修仙传客户端代码仓库
client_linchunjie
2019-06-10 fb635a0a3a72bbae9b9909d73b72ffcbdd9d1f2a
3335 Vip特权修改
1个文件已修改
9 ■■■■■ 已修改文件
System/Vip/VipPrivilegeWidget.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | 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);