From a67ad88c3fcee7831e9f14aa11039d6343664603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= <1431128779@qq.com> Date: Tue, 4 Jun 2024 17:42:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesA/comment/comment.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pagesA/comment/comment.vue b/pagesA/comment/comment.vue index 9dd66c9..f243fd6 100644 --- a/pagesA/comment/comment.vue +++ b/pagesA/comment/comment.vue @@ -50,7 +50,7 @@ avatar: '', authorUrl: '', // 作者主页 content: '', // 评论内容 - email: '', // 邮件 + email: '', // 邮件 postName: "" } }; @@ -113,7 +113,7 @@ raw: this.form.content, content: this.form.content, owner: { - avatar: this.form.avatarUrl, + avatar: this.form.avatar, displayName: this.form.author, email: this.form.email, website: this.form.authorUrl, @@ -146,7 +146,7 @@ raw: this.form.content, content: this.form.content, owner: { - avatar: this.form.avatarUrl, + avatar: this.form.avatar, displayName: this.form.author, email: this.form.email, website: this.form.authorUrl, @@ -194,4 +194,4 @@ } } } - \ No newline at end of file +