形象:头像相框形象字段

This commit is contained in:
luying
2021-02-23 19:19:18 +08:00
parent b2566f3fb6
commit 09a7a8b89b
30 changed files with 290 additions and 166 deletions

View File

@@ -46,6 +46,7 @@ export class EntryHandler {
}
let role = await RoleModel.findByUid(user.uid, serverId, ROLE_SELECT.ENTRY, true);
console.log('****', role.heads, role.head)
if (!role) {
return resResult(STATUS.ROLE_NOT_FOUND);
}