This commit is contained in:
yj 2025-02-10 09:48:59 +08:00
parent bfcc3d87eb
commit 3574ee052e
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ Page({
this.setData({ this.setData({
currentUser: item, currentUser: item,
}) })
if (!((role.ID.includes(item.roleId) || item.isRoomManager) && item.isRoom)) {
this.getShowUser()
}
} }
}, },
'footerList.**': function (footerList) { 'footerList.**': function (footerList) {