This commit is contained in:
Vick Scarlet
2021-08-20 12:20:12 +08:00
parent a3cc5821f7
commit 051f30403c

View File

@ -34,7 +34,7 @@ class Property {
});
if(!Array.isArray(talent))
talent = `${talent}`?.split(',') || [];
talent = talent?.split(',') || [];
talent = talent.map(v=>Number(v));