This commit is contained in:
花有清香月有阴
2022-02-17 16:07:34 +08:00
parent 6db67c6fcc
commit 6470a2b52f
5 changed files with 23 additions and 16 deletions

View File

@@ -292,6 +292,7 @@ export default {
return arr.indexOf(item, 0) === index
})
},
nameAvatar(name) {
return name?.split('')?.slice(-2) || '游客'
},