parent
7bb73f1175
commit
b1e56c1280
|
@ -1068,10 +1068,9 @@ function this.GetItemListFromTempBag(drop, isSave)
|
|||
|
||||
local itemdata = {}
|
||||
itemdata.itemType = 5
|
||||
local faxiang2 ConfigManager.TryGetConfigData(ConfigName.JewelConfig,drop.soulEquip[i].equipId)
|
||||
if faxiang2==nil then
|
||||
LogError("111111111111111111111111111111")
|
||||
itemdata.itemType=51
|
||||
local faxiang=ConfigManager.TryGetConfigData(ConfigName.FaxiangConfig,drop.soulEquip[i].equipId)
|
||||
if faxiang then
|
||||
itemdata.itemType=51
|
||||
end
|
||||
--宝物
|
||||
itemdata.sId = drop.soulEquip[i].equipId
|
||||
|
@ -1095,7 +1094,7 @@ function this.GetItemListFromTempBag(drop, isSave)
|
|||
|
||||
table.insert(itemDataList, itemdata)
|
||||
if isSave then
|
||||
if faxiang2==nil then
|
||||
if faxiang then
|
||||
FaXiangManager.InitSingleTreasureData(itemdata.backData)
|
||||
else
|
||||
EquipTreasureManager.InitSingleTreasureData(itemdata.backData)
|
||||
|
|
|
@ -56,6 +56,7 @@ function LingMaiMiJingPanel:InitComponent()
|
|||
self.sortBtn = Util.GetGameObject(self.rightBtns,"sortBtn")
|
||||
self.sortBtn:SetActive(false)
|
||||
self.rewardBtn = Util.GetGameObject(self.rightBtns,"rewardBtn")
|
||||
self.rewardBtn:SetActive(false)
|
||||
self.recordBtn = Util.GetGameObject(self.rightBtns,"recordBtn")
|
||||
self.recordRed = Util.GetGameObject(self.recordBtn,"red")
|
||||
self.storeBtn = Util.GetGameObject(self.rightBtns,"storeBtn")
|
||||
|
|
Loading…
Reference in New Issue