diff --git a/src/views/modules/epidemic/epidemicreportuserinfo.vue b/src/views/modules/epidemic/epidemicreportuserinfo.vue index 3419710..cbaaad6 100644 --- a/src/views/modules/epidemic/epidemicreportuserinfo.vue +++ b/src/views/modules/epidemic/epidemicreportuserinfo.vue @@ -955,6 +955,7 @@ export default { // 隐私数据下载 exportHandle () { this.checkMobile = '' + this.smsCode = '' this.$http .get(`/sys/verificationfreeuser/preCheckLoginUser`) .then(({ data: res }) => { @@ -968,7 +969,8 @@ export default { if (!myreg.test(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 } if (res.code === 0) {