From a78dfaec763dbc13910800ac8e75057813743291 Mon Sep 17 00:00:00 2001 From: Kokomi <592981798@qq.com> Date: Sun, 11 Sep 2022 09:21:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A3=E9=81=97=E7=89=A9?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/ProfileArtis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ProfileArtis.js b/models/ProfileArtis.js index cbe3faf6..aa564e70 100644 --- a/models/ProfileArtis.js +++ b/models/ProfileArtis.js @@ -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]