More
This commit is contained in:
@@ -46,3 +46,7 @@ export function fromLangToText(lang: string) {
|
||||
export function encryptPwd(pwd: string): string {
|
||||
return md5(pwd);
|
||||
}
|
||||
|
||||
export function displayPhone(phone: string): string {
|
||||
return `1******${_.takeRight(phone, 4).join('')}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user