|
|
@ -371,6 +371,13 @@ export default { |
|
|
// 初级认证 |
|
|
// 初级认证 |
|
|
primaryAuth() { |
|
|
primaryAuth() { |
|
|
let data = this.form; |
|
|
let data = this.form; |
|
|
|
|
|
if(this.form.phone==""){ |
|
|
|
|
|
this.$message({ |
|
|
|
|
|
message: this.$t('login.enterMobile'), |
|
|
|
|
|
type: "warning" |
|
|
|
|
|
}); |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
// data.country_code = this.country.country_code; |
|
|
// data.country_code = this.country.country_code; |
|
|
data.front_img = this.topForm.front_img; |
|
|
data.front_img = this.topForm.front_img; |
|
|
data.back_img = this.topForm.back_img; |
|
|
data.back_img = this.topForm.back_img; |
|
|
|