|
@@ -5670,7 +5670,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: this.taskCount,
|
|
|
tool: this.toolindex,
|
|
|
- content: JSON.stringify(this.tableJson).replaceAll(/%/g, "%25"),
|
|
|
+ content: JSON.stringify(this.tableJson),
|
|
|
type: 10,
|
|
|
},
|
|
|
];
|
|
@@ -5699,7 +5699,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: this.taskCount,
|
|
|
tool: this.toolindex,
|
|
|
- content: JSON.stringify(this.tableJson).replaceAll(/%/g, "%25"),
|
|
|
+ content: JSON.stringify(this.tableJson),
|
|
|
type: 10,
|
|
|
},
|
|
|
];
|
|
@@ -5727,7 +5727,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: this.taskCount,
|
|
|
tool: this.toolindex,
|
|
|
- content: JSON.stringify(this.wordJson).replaceAll(/%/g, "%25"),
|
|
|
+ content: JSON.stringify(this.wordJson),
|
|
|
type: 13,
|
|
|
atool: 52,
|
|
|
}];
|
|
@@ -5756,7 +5756,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: this.taskCount,
|
|
|
tool: this.toolindex,
|
|
|
- content: JSON.stringify(this.wordJson).replaceAll(/%/g, "%25"),
|
|
|
+ content: JSON.stringify(this.wordJson),
|
|
|
type: 13,
|
|
|
atool: 52,
|
|
|
}];
|
|
@@ -5841,7 +5841,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: i,
|
|
|
tool: this.toolindex,
|
|
|
- content: JSON.stringify(_files).replaceAll(/%/g, "%25"),
|
|
|
+ content: JSON.stringify(_files),
|
|
|
},
|
|
|
];
|
|
|
this.ajax
|
|
@@ -5887,7 +5887,7 @@ export default {
|
|
|
type: typesql,
|
|
|
groupIndex: this.groupIndex,
|
|
|
url: this.studyJuri[0].cover[0].url,
|
|
|
- }).replaceAll(/%/g, "%25"),
|
|
|
+ }),
|
|
|
type: 11,
|
|
|
atool: 49,
|
|
|
text: "",
|
|
@@ -8191,8 +8191,8 @@ export default {
|
|
|
},
|
|
|
addQuestion() {
|
|
|
this.answerList.push({
|
|
|
- answerTitle: this.answerQ.replaceAll(/%/g, "%25"),
|
|
|
- answer: this.questionAnswer.replaceAll(/%/g, "%25"),
|
|
|
+ answerTitle: this.answerQ,
|
|
|
+ answer: this.questionAnswer,
|
|
|
});
|
|
|
let params = [
|
|
|
{
|
|
@@ -8226,8 +8226,8 @@ export default {
|
|
|
},
|
|
|
addQuestionTeacher() {
|
|
|
this.answerList.push({
|
|
|
- answerTitle: this.answerQ.replaceAll(/%/g, "%25"),
|
|
|
- answer: this.questionAnswer.replaceAll(/%/g, "%25"),
|
|
|
+ answerTitle: this.answerQ,
|
|
|
+ answer: this.questionAnswer,
|
|
|
});
|
|
|
let params = [
|
|
|
{
|
|
@@ -8727,7 +8727,7 @@ export default {
|
|
|
uid: this.userid,
|
|
|
s: this.courseType,
|
|
|
t: this.taskCount,
|
|
|
- c: type == "1" ? this.pzConText.replaceAll(/%/g, "%25") : content,
|
|
|
+ c: type == "1" ? this.pzConText : content,
|
|
|
type: type,
|
|
|
},
|
|
|
];
|
|
@@ -9020,7 +9020,7 @@ export default {
|
|
|
let params = [
|
|
|
{
|
|
|
cid: this.id,
|
|
|
- state: JSON.stringify(_state).replaceAll(/%/g, "%25"),
|
|
|
+ state: JSON.stringify(_state),
|
|
|
},
|
|
|
];
|
|
|
this.ajax
|
|
@@ -9258,7 +9258,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: this.taskCount,
|
|
|
tool: this.toolindex,
|
|
|
- content: JSON.stringify(this.askList).replaceAll(/%/g, "%25"),
|
|
|
+ content: JSON.stringify(this.askList),
|
|
|
type: 2,
|
|
|
},
|
|
|
];
|
|
@@ -9302,7 +9302,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: this.taskCount,
|
|
|
tool: this.toolindex,
|
|
|
- content: JSON.stringify(this.askList).replaceAll(/%/g, "%25"),
|
|
|
+ content: JSON.stringify(this.askList),
|
|
|
type: 2,
|
|
|
},
|
|
|
];
|
|
@@ -9346,7 +9346,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: this.taskCount,
|
|
|
tool: this.toolindex,
|
|
|
- content: JSON.stringify(this.askList).replaceAll(/%/g, "%25"),
|
|
|
+ content: JSON.stringify(this.askList),
|
|
|
type: 8,
|
|
|
},
|
|
|
];
|
|
@@ -9390,7 +9390,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: this.taskCount,
|
|
|
tool: this.toolindex,
|
|
|
- content: JSON.stringify(this.askList).replaceAll(/%/g, "%25"),
|
|
|
+ content: JSON.stringify(this.askList),
|
|
|
type: 8,
|
|
|
},
|
|
|
];
|
|
@@ -10710,7 +10710,7 @@ export default {
|
|
|
let params = [
|
|
|
{
|
|
|
cid: this.id,
|
|
|
- chapters: JSON.stringify(this.chapInfoList).replaceAll(/%/g, "%25"),
|
|
|
+ chapters: JSON.stringify(this.chapInfoList),
|
|
|
uid: this.userid,
|
|
|
unitIndex: this.courseType,
|
|
|
},
|