mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-12 04:16:48 +08:00
Merge branch 'zcwy0428-zsx' into 'master'
Zcwy0428 zsx See merge request !43
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;
|
||||||
|
|||||||
2
unpackage/dist/build/h5/index.html
vendored
2
unpackage/dist/build/h5/index.html
vendored
@@ -19,4 +19,4 @@
|
|||||||
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.7c4a142a.js></script><script src=/mobile/static/js/index.1a3d0154.js></script></body></html>
|
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.7c4a142a.js></script><script src=/mobile/static/js/index.22f98dc9.js></script></body></html>
|
||||||
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/h5/static/js/pages-exam-exam.5c24ce4c.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/pages-exam-exam.5c24ce4c.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user