添加报错处理

dev_chengFeng
wangzhenxing 2022-04-22 13:17:58 +08:00
parent e4de85a120
commit e025824de6
1 changed files with 3 additions and 0 deletions

View File

@ -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