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