个播三个麦位支持头饰
This commit is contained in:
@@ -61,7 +61,11 @@
|
|||||||
if (position != -1 && userInfo == nil) {
|
if (position != -1 && userInfo == nil) {
|
||||||
self.nickLabel.text = @"";
|
self.nickLabel.text = @"";
|
||||||
}
|
}
|
||||||
self.headWearImageView.hidden = YES;
|
if (position == 0 || position == 1 || position == 2) {
|
||||||
|
self.headWearImageView.hidden = NO;
|
||||||
|
} else {
|
||||||
|
self.headWearImageView.hidden = YES;
|
||||||
|
}
|
||||||
///更新离开模式蒙层
|
///更新离开模式蒙层
|
||||||
if (position == -1) {
|
if (position == -1) {
|
||||||
if (userInfo) {
|
if (userInfo) {
|
||||||
|
Reference in New Issue
Block a user