更新用户资料
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user