| | |
| | | // 已经答完了不能答题 |
| | | examPaperApi.selectTokenId(_this.paraMemberToken).then(re => { |
| | | if (re.response.finish === 1) { |
| | | _this.$router.push({ path: '/exam/finish', query: { name: '', content: _this.$t('finishMsg') } }) |
| | | _this.$router.push({ path: '/exam/finish', query: { name: '', content: _this.$t('finishMsg'), tokenId: _this.paraMemberToken } }) |
| | | } else if (re.response.status !== '1') { |
| | | _this.$router.push({ path: '/exam/exception', query: { name: '', content: _this.statusInfo[re.response.status] } }) |
| | | } else { |