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; },