Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
914f9077
authored
Jul 12, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bugs
parent
591b10a1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
FuSiLive/Classes/NewLive/Main/View/FunctionView/AudienceListView/UserList/FUSAudienceTableViewCell.m
FuSiLive/Classes/NewLive/Main/View/FunctionView/FUSLiveFunctionView.m
FuSiLive/Classes/NewLive/Main/View/FunctionView/AudienceListView/UserList/FUSAudienceTableViewCell.m
View file @
914f9077
...
...
@@ -245,6 +245,8 @@
make
.
width
.
mas_equalTo
(
37
);
}];
}
else
{
[
self
.
genderAndAgeBtn
setTitle
:
nil
forState
:
UIControlStateNormal
];
if
(
userModel
.
sex
.
integerValue
!=
0
&&
userModel
.
sex
.
integerValue
!=
1
)
{
self
.
genderAndAgeBtn
.
hidden
=
YES
;
}
...
...
FuSiLive/Classes/NewLive/Main/View/FunctionView/FUSLiveFunctionView.m
View file @
914f9077
...
...
@@ -612,7 +612,7 @@ FUSLinkMicUserListDelegate
self
.
popularView
=
[[
FUSPopularProgressView
alloc
]
initWithFrame
:
CGRectMake
(
12
,
self
.
headView
.
bottom
,
48
,
48
)];
__weak
typeof
(
self
)
weakSelf
=
self
;
self
.
popularView
.
tapPopularViewHandler
=
^
{
[
weakSelf
fus_
showAudiencePopViewStartWithContribute
:
YES
];
[
weakSelf
fus_
headViewClickHeatPower
];
};
[[
self
fus_viewWithLayer
:
FUSLiveFunctionLayerRoomInfos
]
addSubview
:
self
.
popularView
];
}
...
...
@@ -979,7 +979,7 @@ FUSLinkMicUserListDelegate
self
.
pusherPopularView
=
[[
FUSPopularProgressView
alloc
]
initWithFrame
:
CGRectMake
(
12
,
self
.
pusherHeadView
.
bottom
,
48
,
48
)];
self
.
pusherPopularView
.
tapPopularViewHandler
=
^
{
[
weakSelf
fus_
showAudiencePopViewStartWithContribute
:
YES
];
[
weakSelf
fus_
headViewClickHeatPower
];
};
[
self
.
pusherContentView
addSubview
:
self
.
pusherPopularView
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment