| | |
| | | }) |
| | | // 已经答完了不能答题 |
| | | examPaperApi.selectTokenId(_this.paraMemberToken).then(re => { |
| | | if (re.response.logoUrl === null || re.response.logoUrl === '') { |
| | | _this.setLogo('none') |
| | | } else { |
| | | _this.setLogo(re.response.logoUrl) |
| | | } |
| | | console.log(re.response) |
| | | _this.setProductType(re.response.productType) |
| | | if (re.response.finish === 1) { |
| | | _this.$router.push({ path: '/exam/finish', query: { name: '', content: _this.$t('finishMsg'), tokenId: _this.paraMemberToken } }) |
| | |
| | | ...mapMutations('exam', ['setReportTemplateId']), |
| | | ...mapMutations('user', ['setLangType']), |
| | | ...mapMutations('user', ['getLangType']), |
| | | ...mapMutations('user', ['setLogo']), |
| | | ...mapMutations('exam', ['setProductType']) |
| | | |
| | | }, |