【七天狂欢】偶现报错
parent
9b4ce2d96a
commit
2be2ba92dd
|
@ -433,7 +433,7 @@ function this.SingleItemDataShow2(go, data,curShopDataId)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
function this.SingleItemDataShow(go, data)
|
function this.SingleItemDataShow(go, data)
|
||||||
if not curServerTaskList[data.Id] then return end
|
if not data or not curServerTaskList[data.Id] then return end
|
||||||
local curServerTask = curServerTaskList[data.Id]
|
local curServerTask = curServerTaskList[data.Id]
|
||||||
if not itemList[go.name] then
|
if not itemList[go.name] then
|
||||||
itemList[go.name] = {}
|
itemList[go.name] = {}
|
||||||
|
|
Loading…
Reference in New Issue