| | |
| | | parasInfoIds: {}, |
| | | formDo: {}, |
| | | submitDisable: false, |
| | | isStart: this.$route.query.isStart |
| | | isStart: this.$route.query.isStart === 'true' |
| | | } |
| | | }, |
| | | created () { |
| | |
| | | return { |
| | | langTypes: [], |
| | | langSelectValue: this.$route.query.langSelectValue, |
| | | langWelcome: this.$t('langWelcomeEnglish'), |
| | | langOption: this.$t('langOptionEnglish'), |
| | | langWelcome: this.$t('langWelcomeChinese'), |
| | | langOption: this.$t('langOptionChinese'), |
| | | timer: null, |
| | | submissionLang: this.$t('submission'), |
| | | isLangKaiStyle: false |
| | |
| | | num = 0 |
| | | } |
| | | if (num === 0) { |
| | | _this.langWelcome = _this.$t('langWelcomeEnglish') |
| | | _this.langOption = _this.$t('langOptionEnglish') |
| | | _this.isLangKaiStyle = false |
| | | } |
| | | |
| | | if (num === 3) { |
| | | _this.langWelcome = _this.$t('langWelcomeChinese') |
| | | _this.langOption = _this.$t('langOptionChinese') |
| | | _this.isLangKaiStyle = true |
| | | } |
| | | |
| | | if (num === 3) { |
| | | _this.langWelcome = _this.$t('langWelcomeEnglish') |
| | | _this.langOption = _this.$t('langOptionEnglish') |
| | | _this.isLangKaiStyle = false |
| | | } |
| | | |
| | | if (num === 6) { |
| | | _this.langWelcome = _this.$t('langWelcomeThai') |
| | | _this.langOption = _this.$t('langOptionThai') |
| | |
| | | titleItems: null, |
| | | answerItems: [], |
| | | verifyStatus: 2, |
| | | finish: 0, |
| | | questionOrder: [] |
| | | }, |
| | | timer: null, |