修复圣遗物命令错误

This commit is contained in:
Kokomi 2022-09-11 09:21:01 +08:00
parent c9fe04952e
commit a78dfaec76

View File

@ -58,7 +58,7 @@ export default class ProfileArtis extends Base {
let artis = this.artis
switch (key) {
case 'length':
return artis.length
return lodash.keys(artis).length
}
if (artis[key]) {
return artis[key]