@ -539,7 +539,9 @@ export default {
return '('+this.JStime + 's' + ')';
},
phoneNumbe() {
return this.userInfo.phone.replace(/\d(?=\d{4})/g, "*")||""
if(this.userInfo.phone){
return this.userInfo.phone.replace(/\d(?=\d{4})/g, "*")
}
methods: {