Przeglądaj źródła

feat: policy type

王亚超 1 rok temu
rodzic
commit
4a0f7304e7
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      uniapp/pages/policy/talent.vue

+ 3 - 1
uniapp/pages/policy/talent.vue

@@ -82,13 +82,15 @@
                 info: {},
                 captcha: '',
                 top: 172,
-                title: '人才信息'
+                title: '人才信息',
+				type: ''
             }
         },
         onLoad(o) {
             //人才类型
             this.type = this.$Route.query.type;
             this.title = this.title = this.$Route.query.title + '人才信息填写';
+			this.info.type = this.type;
             this.getSurvey();
             this.captchaImg = getCaptcha()
         },