| | |
| | | ntegralGain = tagPet.integrate;
|
| | | ItemAttrData attrData = new ItemAttrData(playerFairyAuTreasureData._DicfamilyStoreItem[_Index].ItemID, false, 1, -1, 0, true, PackType.Deleted
|
| | | , "", playerFairyAuTreasureData._DicfamilyStoreItem[_Index]._UserData, ItemTipChildType.UnionWarehouseExchange);
|
| | | attrData.SetTipsFuncBtn(ItemWinBtnType.exchange, Exchange);
|
| | | attrData.SetTipsFuncBtn(ItemOperateType.exchange, Exchange);
|
| | | itemTipsModel.SetItemTipsModel(attrData);
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | int ntegralGain = 0;//装备积分获取
|
| | | void Exchange(ItemWinBtnType type, string s)
|
| | | void Exchange(ItemOperateType type, string s)
|
| | | {
|
| | | SinglePackModel singlePack = playerPack.GetSinglePackModel(PackType.Item);
|
| | | if (singlePack == null) return;
|