少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-14 2a241254d505af92f4cde197b0283cd3da20d7c4
System/Dogz/SelectCell.cs
@@ -22,11 +22,11 @@
            nameTex.text = model.config.ItemName;
            nameTex.color = UIHelper.GetUIColor(model.config.ItemColor,true);
            itemBaisc.Init(model);
            itemBaisc.bindIcon.gameObject.SetActive(false);
            itemBaisc.auctionIcon.gameObject.SetActive(false);
            int strenLv = 0;
            if (model.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus) != null)
            if (model.GetUseData((int)ItemUseDataKey.dogzEquipPlus) != null)
            {
                strenLv = model.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus)[0];
                strenLv = model.GetUseData((int)ItemUseDataKey.dogzEquipPlus)[0];
            }
            if (strenLv > 0)
            {