添加报错处理
parent
e4de85a120
commit
e025824de6
|
@ -32,6 +32,9 @@ function this.InitItemDataList()
|
|||
end
|
||||
|
||||
function this.CreatEmptyItemData(id)
|
||||
if id==nil then
|
||||
return
|
||||
end
|
||||
if ChangingCard[id].IsOpen == 0 then
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue