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