| | |
| | | _this.ismobile = /ipad|iphone|midp|rv:1.2.3.4|ucweb|android|windows ce|windows mobile/.test(navigator.userAgent.toLowerCase()) |
| | | // 多语言 |
| | | _this.setLangFlag(false) |
| | | _this.form = this.$route.query.formDo |
| | | _this.form = undefined |
| | | if (_this.form !== {} && _this.form !== undefined) { |
| | | _this.formLoading = true |
| | | _this.remainTime = _this.form.suggestTime * 60 |
| | |
| | | |
| | | // 展示指导语 |
| | | if (_this.form.parts[0].signals.length !== 0) { |
| | | console.log('首题提示语') |
| | | _this.showNextGuide(_this.form.parts[0].signals[0], false) |
| | | } |
| | | } else { |
| | |
| | | ).catch(e => { |
| | | }) |
| | | } |
| | | console.log(' _this.partOrder:'+_this.partOrder) |
| | | }, |
| | | mounted () { |
| | | }, |
| | |
| | | } |
| | | this.answer.answerItems[_this.order].readOnly = true |
| | | let answerSubmit = _this.getSubmitAnswerValue(nowPartOrder) |
| | | console.log(answerSubmit) |
| | | // 已经答到了最后一题了,不用自动跳到下一题 |
| | | if (this.order + 1 > this.problemLength) { |
| | | this.submitDisable = false |