guanchunjie 3 年之前
父节点
当前提交
690d554e5c

+ 1 - 0
src/components/Adult/inputModules/ArticleTemChs/index.vue

@@ -319,6 +319,7 @@ export default {
           let data = {
             taskId: this.curQue.taskId,
             verseList: JSON.stringify(verseList),
+            matchType: "chinese",
           };
           getWordTime(data).then((res) => {
             this.curQue.wordTime = res.data.result;

+ 1 - 0
src/components/Adult/inputModules/DialogueArticleChs/index.vue

@@ -458,6 +458,7 @@ export default {
           let data = {
             taskId: this.curQue.taskId,
             verseList: JSON.stringify(verseList),
+            matchType: "chinese",
           };
           getWordTime(data).then((res) => {
             this.curQue.wordTime = res.data.result;

+ 1 - 0
src/components/Adult/preview/DialogueArticleViewChs/DialogueAnswerViewChs.vue

@@ -186,6 +186,7 @@ export default {
 //@import url(); 引入公共css类
 .dialogue-answer-view {
   width: 100%;
+  margin-bottom: 16px;
   .guide {
     width: 100%;
     font-size: 16px;