소스 검색

文案修改

Steven 2 년 전
부모
커밋
6e75a08107
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      KulexiuForTeacher/KulexiuForTeacher/Module/Live/Controller/LiveRoomViewController.m

+ 1 - 1
KulexiuForTeacher/KulexiuForTeacher/Module/Live/Controller/LiveRoomViewController.m

@@ -1858,7 +1858,7 @@ typedef NS_ENUM(NSInteger, LIVEPAGE) {
                 // 判断连麦人数超过4人 无法点击
                 NSInteger count = [self queryConnectingCount];
                 if (count >= 4) {
-                    [self MBPShow:@"最多可连麦4人"];
+                    [self MBPShow:@"最多支持4人上麦哦~"];
                     return;
                 }
                 KSLiveChatroomSeatResponse *responseMessage = [[KSLiveChatroomSeatResponse alloc] init];