mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
注释考试多参数
This commit is contained in:
@@ -320,7 +320,7 @@
|
|||||||
//window.setTimeout(function() {
|
//window.setTimeout(function() {
|
||||||
//$this.saveUserTest();
|
//$this.saveUserTest();
|
||||||
//}, 10000);
|
//}, 10000);
|
||||||
this.saveUserTest()
|
// this.saveUserTest()
|
||||||
} else {
|
} else {
|
||||||
this.startButton = false;
|
this.startButton = false;
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
@@ -499,8 +499,8 @@
|
|||||||
//试卷内容,不传试题,只是传id索引及目录
|
//试卷内容,不传试题,只是传id索引及目录
|
||||||
that.submitButton = true;
|
that.submitButton = true;
|
||||||
let data = {};
|
let data = {};
|
||||||
data.aloneId = this.taskId
|
// data.aloneId = this.taskId
|
||||||
data.taskId = this.taskId;
|
// data.taskId = this.taskId;
|
||||||
data.id = this.aloneExamAnswerId;
|
data.id = this.aloneExamAnswerId;
|
||||||
data.testId = this.testPaper.id;
|
data.testId = this.testPaper.id;
|
||||||
data.testName = this.testPaper.testName;
|
data.testName = this.testPaper.testName;
|
||||||
|
|||||||
Reference in New Issue
Block a user