Quellcode durchsuchen

最热曲目改为热门曲目

Steven vor 3 Monaten
Ursprung
Commit
5164d1c002

+ 1 - 1
KulexiuForTeacher/KulexiuForTeacher/Module/Course/VIPCourse/Controller/VIPCourseGroupViewController.m

@@ -225,7 +225,7 @@
     if (!_navView) {
         _navView = [CourseGroupNavView sharedInstance];
         MJWeakSelf;
-        [_navView configWithNavTitle:@"VIP定制课设置" callback:^{
+        [_navView configWithNavTitle:@"VIP定制课详情" callback:^{
             [weakSelf backAction];
         }];
     }

+ 1 - 1
KulexiuForTeacher/KulexiuForTeacher/Module/Home/Controller/HomeViewController.m

@@ -552,7 +552,7 @@
         dispatch_group_leave(self.requestGroup);
         if ([dic ks_integerValueForKey:@"code"] == 200 && [dic ks_boolValueForKey:@"status"]) {
             NSDictionary *result = [dic ks_dictionaryValueForKey:@"data"];
-            NSArray *hotMusicSheet = [result ks_arrayValueForKey:@"hotMusicSheet"]; // 热曲目
+            NSArray *hotMusicSheet = [result ks_arrayValueForKey:@"hotMusicSheet"]; // 热曲目
             NSMutableArray *hotArray = [NSMutableArray array];
             for (NSDictionary *parm in hotMusicSheet) {
                 HomeMusicModel *model = [[HomeMusicModel alloc] initWithDictionary:parm];

+ 1 - 1
KulexiuForTeacher/KulexiuForTeacher/Module/Home/View/HomeMusic/HomeHotMusicView.xib

@@ -25,7 +25,7 @@
                         </userDefinedRuntimeAttribute>
                     </userDefinedRuntimeAttributes>
                 </view>
-                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="热曲目" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ObF-3e-j29">
+                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="热曲目" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ObF-3e-j29">
                     <rect key="frame" x="24" y="20" width="64" height="24"/>
                     <constraints>
                         <constraint firstAttribute="height" constant="24" id="cPc-Bd-itn"/>