|
@@ -43,6 +43,14 @@
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
+ <div class="mui-content-padded vongi-qingjiadt vongi-editme marginbo">
|
|
|
+ <form class="mui-input-group">
|
|
|
+ <div class="mui-input-row">
|
|
|
+ <label>推广者id</label>
|
|
|
+ <input v-model="subForm.popularizePersonId" type="text" class="mui-input-clear" placeholder="请输入推广者id">
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
<form class="mui-input-group vongi-xieyi">
|
|
|
<div class="mui-input-row mui-radio mui-left">
|
|
|
<label class="mui-h6">我已阅读并同意<span class="color4fc5f7">《用户使用协议》</span></label>
|
|
@@ -106,7 +114,8 @@
|
|
|
selectCompanyStructureList: [],
|
|
|
address: '',
|
|
|
idCard: '',
|
|
|
- faceImageUrl: ''
|
|
|
+ faceImageUrl: '',
|
|
|
+ popularizePersonId: ''
|
|
|
},
|
|
|
|
|
|
isLoading: false,
|
|
@@ -143,6 +152,10 @@
|
|
|
this.subForm.idCard = this.subForm.idCard ? this.subForm.idCard : this.person_data.idCard;
|
|
|
this.subForm.faceImageUrl = this.subForm.faceImageUrl ? this.subForm.faceImageUrl : this.person_data.faceImageUrl;
|
|
|
}
|
|
|
+
|
|
|
+ if (this.invitation_code) {
|
|
|
+ this.subForm.popularizePersonId = this.invitation_code;
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
//微信选择图片
|
|
@@ -279,7 +292,8 @@
|
|
|
token: 'token',
|
|
|
person_data: 'person_data',
|
|
|
person_popedom: 'person_popedom',
|
|
|
- register_form_data: 'register_form_data'
|
|
|
+ register_form_data: 'register_form_data',
|
|
|
+ invitation_code: 'invitation_code',
|
|
|
})
|
|
|
}
|
|
|
}
|