【七天狂欢】偶现报错

dev_chengFeng
gaoxin 2021-04-27 20:56:09 +08:00
parent 9b4ce2d96a
commit 2be2ba92dd
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ function this.SingleItemDataShow2(go, data,curShopDataId)
end)
end
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]
if not itemList[go.name] then
itemList[go.name] = {}