Browse Source

修改提交审核赋值手机号周期

杨再金 2 years ago
parent
commit
0b3844d054
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h5_web/pages/applyEducationCode/applyEducationCode.vue

+ 1 - 1
h5_web/pages/applyEducationCode/applyEducationCode.vue

@@ -245,6 +245,7 @@
 			}
 		},
 		onLoad() {
+			this.form.vetePhone = this.vuex_user.mobile;
 			this.getVeteDegrEduc();
 			this.getVetePolitOutlook();
 			this.getVeteHouseType();
@@ -254,7 +255,6 @@
 		},
 		onReady() {
 			this.$refs.uForm.setRules(this.rules);
-			this.form.vetePhone = this.vuex_user.mobile;
 		},
 		methods: {
 			customBack() {