更新用户资料

This commit is contained in:
2022-02-16 17:11:07 +08:00
parent 255a727d32
commit ff334c1cb0
2 changed files with 68 additions and 65 deletions

View File

@@ -11,7 +11,7 @@ export default {
},
contactInfo: (state) => (targetId) => {
if (state.contacts[targetId]) {
const info = state.contacts[targetId]
const info = state.contacts[targetId]
return {
name: info.name,
hash: info.hash,
@@ -21,7 +21,7 @@ export default {
return {
name: '',
hash: '',
portraitUrl: ''
portraitUrl: require('@/static/user/cover.png')
}
}
},