From d513ecbef9fe551a97c9fcc1b226d1f2edddf2f3 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Fri, 8 Jul 2022 13:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/comments.vue | 14 ++++++++------ src/views/portal/qa/Answer.vue | 14 +++++++------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/components/Portal/comments.vue b/src/components/Portal/comments.vue index d93c5977..68017b34 100644 --- a/src/components/Portal/comments.vue +++ b/src/components/Portal/comments.vue @@ -57,7 +57,7 @@ type="textarea" class="hideControl" show-word-limit - v-model.trim="inputValue" + v-model="inputValue" maxlength="800" placeholder="写下您的评论(800字以内),可以@作者哦~" > @@ -67,7 +67,7 @@ type="textarea" class="hideControl" show-word-limit - v-model.trim="inputValue" + v-model="inputValue" maxlength="800" placeholder="写下您的评论(800字以内),可以@案主哦~" > @@ -113,7 +113,7 @@