提交 3d6091d6 authored 作者: GOD_ZYX's avatar GOD_ZYX

清控紫荆课堂 题目不变

上级 9d76fd7d
...@@ -77,7 +77,7 @@ Page({ ...@@ -77,7 +77,7 @@ Page({
score: 0 score: 0
} }
this.startTime = new Date().getTime() this.startTime = new Date().getTime()
this.arrRandomSort(json.questions) // this.arrRandomSort(json.questions)
let _data = { let _data = {
id: json.id, id: json.id,
semester_id: json.semester_id, semester_id: json.semester_id,
...@@ -206,7 +206,7 @@ Page({ ...@@ -206,7 +206,7 @@ Page({
options: group[i].arr options: group[i].arr
}) })
} }
this.unArrRandomSort(arr) // this.unArrRandomSort(arr)
this.param.work_contents = JSON.stringify(arr) this.param.work_contents = JSON.stringify(arr)
this.param.score = (score/total*100).toFixed(1) this.param.score = (score/total*100).toFixed(1)
wx.showLoading({ title: '提交中...', mask: true }) wx.showLoading({ title: '提交中...', mask: true })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论