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/langOption.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/demography/langOption.vue b/src/views/demography/langOption.vue
index b65c821..2f7930e 100644
--- a/src/views/demography/langOption.vue
+++ b/src/views/demography/langOption.vue
@@ -32,7 +32,7 @@
return {
langTypes: [],
langSelectValue: this.$route.query.langSelectValue,
- fromDo: this.$route.query.fromDo,
+ // fromDo: this.$route.query.fromDo,
langWelcome: this.$t('langWelcomeChinese'),
langOption: this.$t('langOptionChinese'),
timer: null,
@@ -41,7 +41,6 @@
}
},
created: function () {
-
let _this = this
window.clearInterval(this.timer)
_this.getLangType()
@@ -110,6 +109,7 @@
_this.$message.error(_this.$t('noquestionMsg'))
})
}
+
},
...mapMutations('user', ['setMemberTocken']),
...mapMutations('user', ['setLangType']),
--
Gitblit v1.9.1