فهرست منبع

准考证优化

Steven 5 سال پیش
والد
کامیت
ea1001f204

+ 1 - 1
MusicGradeExam/MusicGradeExam/Manager/OnlineRoomManager.m

@@ -78,7 +78,7 @@
 
 - (void)classroomDidOverMaxUserCount{
     [self.baseCtrl removehub];
-    [KSNormalAlertView ks_showAlertWithTitle:@"课堂学员人数已满!" confirmTitle:@"确认" confirm:^{
+    [KSNormalAlertView ks_showAlertWithTitle:@"考场学员人数已满!" confirmTitle:@"确认" confirm:^{
     }];
 }
 

+ 2 - 2
MusicGradeExam/MusicGradeExam/UI/Classroom/Controller/ClassroomViewController.m

@@ -218,7 +218,7 @@ typedef NS_ENUM(NSInteger, KICKTYPE) {
             break;
         case ClassTitleViewActionTagHangup:
         {
-            [KSNormalAlertView ks_showAlertWithTitle:@"确认退出课堂吗?" leftTitle:@"取消" rightTitle:@"确认" cancel:^{
+            [KSNormalAlertView ks_showAlertWithTitle:@"确认退出考场吗?" leftTitle:@"取消" rightTitle:@"确认" cancel:^{
             } confirm:^{
                 SealClassLog(@"ActionTagHangup");
                 self.hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
@@ -410,7 +410,7 @@ typedef NS_ENUM(NSInteger, KICKTYPE) {
     [[KSRemoteUserManager shareInstance] removeUser:member.userId];
     Role curRole = [ClassroomService sharedService].currentRoom.currentMember.role;
     if (curRole == RoleMainTeacher || curRole == RoleAssistantTeacher) {
-        [self.tipsView showTipsMessage:[NSString stringWithFormat:@"你已将%@移出课堂", member.name] inView:self.view];
+        [self.tipsView showTipsMessage:[NSString stringWithFormat:@"你已将%@移出考场", member.name] inView:self.view];
     }
     [self.videoListView reloadVideoList];
     if (self.containerView.member.role == member.role) {

+ 3 - 3
MusicGradeExam/MusicGradeExam/UI/Exam/View/TicketBodyView.xib

@@ -117,7 +117,7 @@
                                     <nil key="highlightedColor"/>
                                 </label>
                                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dfb-jr-3dr">
-                                    <rect key="frame" x="238" y="140" width="102" height="137"/>
+                                    <rect key="frame" x="238" y="160" width="102" height="137"/>
                                     <subviews>
                                         <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_placeholder" translatesAutoresizingMaskIntoConstraints="NO" id="A1y-sO-QGA">
                                             <rect key="frame" x="5" y="5" width="92" height="127"/>
@@ -150,7 +150,7 @@
                                     </constraints>
                                 </imageView>
                                 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="stamp_image" translatesAutoresizingMaskIntoConstraints="NO" id="w9O-Yu-QsO">
-                                    <rect key="frame" x="217" y="232" width="78" height="70"/>
+                                    <rect key="frame" x="217" y="252" width="78" height="70"/>
                                 </imageView>
                             </subviews>
                             <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
@@ -174,7 +174,7 @@
                                 <constraint firstItem="baH-bx-beF" firstAttribute="top" secondItem="Yik-4s-H4Q" secondAttribute="bottom" constant="8" id="N4O-io-7xo"/>
                                 <constraint firstAttribute="trailing" secondItem="Dfb-jr-3dr" secondAttribute="trailing" constant="20" id="N4x-PH-nlO"/>
                                 <constraint firstItem="pgz-3o-9OJ" firstAttribute="leading" secondItem="KFg-DG-VJj" secondAttribute="leading" id="U0A-6l-VQq"/>
-                                <constraint firstItem="Dfb-jr-3dr" firstAttribute="top" secondItem="KFg-DG-VJj" secondAttribute="top" constant="5" id="Vus-fg-bsv"/>
+                                <constraint firstItem="Dfb-jr-3dr" firstAttribute="top" secondItem="KFg-DG-VJj" secondAttribute="bottom" constant="5" id="Vus-fg-bsv"/>
                                 <constraint firstItem="FUD-mv-Z7W" firstAttribute="centerX" secondItem="Cj7-w9-VFo" secondAttribute="centerX" id="ffS-Od-dPA"/>
                                 <constraint firstItem="hj2-Sz-yoI" firstAttribute="top" secondItem="KFg-DG-VJj" secondAttribute="bottom" constant="8" id="hf3-4I-v6O"/>
                                 <constraint firstItem="Q6o-Wj-idS" firstAttribute="top" secondItem="FUD-mv-Z7W" secondAttribute="bottom" constant="15" id="jXF-9D-Pc8"/>