|
@@ -469,7 +469,7 @@ export default {
|
|
userId: this.formData.userId,
|
|
userId: this.formData.userId,
|
|
websitId: this.formData.websitId,
|
|
websitId: this.formData.websitId,
|
|
bankAccount: this.formData.bankAccount,
|
|
bankAccount: this.formData.bankAccount,
|
|
- isEs: this.formData.isEs,
|
|
|
|
|
|
+ // isEs: this.formData.isEs,
|
|
idCard: this.formData.idCard,
|
|
idCard: this.formData.idCard,
|
|
idCardImg: this.formData.idCardImg[0].url,
|
|
idCardImg: this.formData.idCardImg[0].url,
|
|
name: this.formData.nickName
|
|
name: this.formData.nickName
|