|
@ -955,6 +955,7 @@ export default { |
|
|
// 隐私数据下载 |
|
|
// 隐私数据下载 |
|
|
exportHandle () { |
|
|
exportHandle () { |
|
|
this.checkMobile = '' |
|
|
this.checkMobile = '' |
|
|
|
|
|
this.smsCode = '' |
|
|
this.$http |
|
|
this.$http |
|
|
.get(`/sys/verificationfreeuser/preCheckLoginUser`) |
|
|
.get(`/sys/verificationfreeuser/preCheckLoginUser`) |
|
|
.then(({ data: res }) => { |
|
|
.then(({ data: res }) => { |
|
@ -968,7 +969,8 @@ export default { |
|
|
if (!myreg.test(res.msg)) { |
|
|
if (!myreg.test(res.msg)) { |
|
|
return this.$message.error(res.msg + '手机号格式错误!') |
|
|
return this.$message.error(res.msg + '手机号格式错误!') |
|
|
} |
|
|
} |
|
|
this.checkMobile = res.msg |
|
|
// 手机号****处理 |
|
|
|
|
|
this.checkMobile = res.msg.replace(res.msg.substring(3,7), '****') |
|
|
this.dialogVisibleSMS = true |
|
|
this.dialogVisibleSMS = true |
|
|
} |
|
|
} |
|
|
if (res.code === 0) { |
|
|
if (res.code === 0) { |
|
|