形象:头像相框形象字段
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user