Parcourir la source

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

杨再金 il y a 2 ans
Parent
commit
0b3844d054
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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() {