添加默认头像

This commit is contained in:
2020-08-15 15:42:00 +08:00
parent 686955424b
commit 05aa790d32
2 changed files with 10 additions and 0 deletions

View File

@@ -437,6 +437,10 @@ export default {
friend_tomid:id
});
},
//获取默认头像
getDefaultAvatar(){
return vm.$u.post("member/getDefaultAvatar")
}
}
}