Steven 2 lat temu
rodzic
commit
6e75a08107

+ 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];