lsc 2 年之前
父節點
當前提交
10547a6aa8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/student/studyStudent.vue

+ 1 - 1
src/components/student/studyStudent.vue

@@ -5781,7 +5781,7 @@ export default {
     },
     addQuestion() {
       this.answerList.push({
-        answerTitle: this.answerQ,
+        answerTitle: this.answerQ.replaceAll(/%/g, "%25"),
         answer: this.questionAnswer.replaceAll(/%/g, "%25"),
       });
       let params = [