手机号脱敏前三,后三
mobile = 19211663377
let newMobile = this.mobile.substring(0,3) + "****" + this.mobile.substring(8,11)
console.log( newMobile ) //192****377
mobile = 19211663377
let newMobile = this.mobile.substring(0,3) + "****" + this.mobile.substring(8,11)
console.log( newMobile ) //192****377