少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-14 2a241254d505af92f4cde197b0283cd3da20d7c4
System/Dogz/DogzItemCell.cs
@@ -28,9 +28,9 @@
            }
            DebugEx.Log("model:"+ model.itemId);
            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)
            {
@@ -50,9 +50,9 @@
                itemBaisc.stateIcon.gameObject.SetActive(false);
            }
            itemBaisc.bindIcon.gameObject.SetActive(false);
            itemBaisc.cellBtn.RemoveAllListeners();
            itemBaisc.cellBtn.AddListener(()=>
            itemBaisc.auctionIcon.gameObject.SetActive(false);
            itemBaisc.button.RemoveAllListeners();
            itemBaisc.button.AddListener(()=>
            {
                tipsModel.SetItemTipsModel(model.packType, model.guid, false, true);
                tipsModel.SetDogzItemBtn(tipsModel.curAttrData);