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
cf59cc51
authored
Jul 09, 2025
by
pidan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开播失败使用后台的msg
parent
4d0bcdcd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/Controller/FUSLiveMainViewController.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/Controller/FUSLiveMainViewController.m
View file @
cf59cc51
...
@@ -653,7 +653,7 @@ typedef NS_ENUM(NSInteger, FUSStreamState) {
...
@@ -653,7 +653,7 @@ typedef NS_ENUM(NSInteger, FUSStreamState) {
}
failure
:^
(
NSString
*
msg
,
int
code
)
{
}
failure
:^
(
NSString
*
msg
,
int
code
)
{
if
(
FUSConfig
.
sharedInstanced
.
liveConfigs
.
isAnchor
)
{
if
(
FUSConfig
.
sharedInstanced
.
liveConfigs
.
isAnchor
)
{
[
FUSAlertView
showAlertWithTitle
:
nil
message
:
[
NSString
fus_localString
:
@"开播失败,请退出重试"
]
cancelButtonTitle
:
[
NSString
fus_localString
:
@"确定"
]
otherButtonTitles
:
nil
clickBlock
:^
(
NSInteger
buttonIndex
)
{}];
[
FUSAlertView
showAlertWithTitle
:
nil
message
:
msg
cancelButtonTitle
:
[
NSString
fus_localString
:
@"确定"
]
otherButtonTitles
:
nil
clickBlock
:^
(
NSInteger
buttonIndex
)
{}];
}
}
}];
}];
...
...
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