From c4f975e32ea55ec7aca63317f8864cec8d6977c8 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期五, 14 十一月 2025 10:20:27 +0800
Subject: [PATCH] 人格、智力、工作、职业兴趣问卷增加提交提示功能,选完最后一题弹出提示窗口。
---
src/views/demography/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/demography/index.vue b/src/views/demography/index.vue
index 812865f..0b0b52a 100644
--- a/src/views/demography/index.vue
+++ b/src/views/demography/index.vue
@@ -116,6 +116,8 @@
const langType = this.$route.query.langType
if (langType && (langType === 'Chinese' || langType === 'English' || langType === 'Thai')) {
this.setLangType(langType)
+ } else {
+ this.setLangType('English')
}
},
beforeDestroy () {
@@ -155,8 +157,7 @@
_this.$router.push({ path: '/exam/' + _this.doUrl })
return
}
- // _this.$router.push({ path: '/guide/index', query: { formDo: _this.formDo } })
- _this.$router.push({ path: '/guide/index' })
+ _this.$router.push({ path: '/guide/index', query: { formDo: _this.formDo } })
}).catch(e => {
_this.$message.error(_this.$t('noquestionMsg'))
})
--
Gitblit v1.9.1