提交 df578cf8 authored 作者: lihuihui's avatar lihuihui

updata

上级 b221abac
...@@ -497,7 +497,7 @@ export default { ...@@ -497,7 +497,7 @@ export default {
if (window.localStorage.userId !== 'undefined') { if (window.localStorage.userId !== 'undefined') {
param.user_id = window.localStorage.userId param.user_id = window.localStorage.userId
} }
Exam.getExam(param, this.requestParam.papersUrl).then(res => { Exam.getExam(param, decodeURIComponent(this.requestParam.papersUrl)).then(res => {
const times = this.$route.query.id === undefined ? res.sheet.remainingTime ? res.sheet.remainingTime : res.sheet.duration : res.sheet.duration const times = this.$route.query.id === undefined ? res.sheet.remainingTime ? res.sheet.remainingTime : res.sheet.duration : res.sheet.duration
if (this.$route.query.id === -1 || this.$route.query.id === '-1') { if (this.$route.query.id === -1 || this.$route.query.id === '-1') {
this.errorQuestion(res) this.errorQuestion(res)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论