From 64522861edab1f035829c853fe80c99dbf3c94f7 Mon Sep 17 00:00:00 2001 From: ronger Date: Mon, 3 Jan 2022 12:53:30 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=AF=8F=E6=97=A5=E4=B8=80=E9=A2=98?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=95=88=E6=9E=9C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/answer.vue | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/pages/answer.vue b/pages/answer.vue index 600e0e5..aafc324 100644 --- a/pages/answer.vue +++ b/pages/answer.vue @@ -10,17 +10,19 @@ - +

@@ -37,10 +39,12 @@ @@ -78,7 +82,7 @@ export default { }, methods: { getQuestionContent(questionContent) { - questionContent = questionContent.replace("(", ""); + questionContent = questionContent.replace("(", "____"); questionContent = questionContent.replace(")", ""); return questionContent; },