From d9e74666ce84b0f32c5cd6f9799d61bd0b009f10 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期四, 04 七月 2024 09:28:27 +0800
Subject: [PATCH] 1.修复填写人口学变量页面刷新后变为英文的问题 2.更新JAQ文字,打开岗位说明 -> 问卷作答说明

---
 src/views/demography/login.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/demography/login.vue b/src/views/demography/login.vue
index a1d50ae..38b8c51 100644
--- a/src/views/demography/login.vue
+++ b/src/views/demography/login.vue
@@ -23,6 +23,8 @@
     }
   },
   created () {
+    // 娓呴櫎鏈湴瀛樺偍鐨勮瑷�閫夐」
+    localStorage.removeItem('langType')
     let _this = this
     _this.getLangType()
     // 璁板綍鐧婚檰鏃ュ織
@@ -62,7 +64,7 @@
         reParam => {
           if (reParam.code !== 1) {
             // 鑱屼笟鍏磋叮鎶ュ憡鐗规畩鍖栧鐞� 鍙湁涓枃
-            if (_this.doUrl === 'career_interests') {
+            if (_this.doUrl === 'career_interests' || _this.doUrl === 'job') {
               _this.$i18n.locale = 'zh'
               _this.setLangType('Chinese')
               _this.$router.push({ path: '/demography/fill/index', query: { demographyMenber: _this.memberToken, isStart: false } })
@@ -78,7 +80,7 @@
             }
 
             // 鍏堥�夋嫨瀵嗙爜
-            _this.$router.push({ path: '/demography/fill/langOption', query: { langSelectValue: _this.langType } })
+            _this.$router.push({ path: '/demography/fill/langOption', query: { langSelectValue: _this.langType, fromDo: _this.fromDo } })
             _this.setMemberTocken(_this.paraMemberToken)
             return
           }

--
Gitblit v1.9.1