Commit cf59cc51 by pidan

开播失败使用后台的msg

parent 4d0bcdcd
...@@ -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) {}];
} }
}]; }];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment