Steven il y a 5 mois
Parent
commit
26ebf77903

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Chat/Group/Controller/GroupSettingViewController.m

@@ -219,7 +219,7 @@
         case GROUPSETTING_GOURPINTRO:
         {
             if ([NSString isEmptyString:self.sourceModel.introduce]) {
-                [LOADING_MANAGER MBShowAUTOHidingInWindow:@"暂无群介"];
+                [LOADING_MANAGER MBShowAUTOHidingInWindow:@"暂无群介"];
                 return;
             }
             GroupIntroduceViewController *ctrl = [[GroupIntroduceViewController alloc] init];

+ 1 - 0
KulexiuForStudent/KulexiuForStudent/Module/Chat/Group/View/GroupSettingBodyView.xib

@@ -413,6 +413,7 @@
             <nil key="simulatedBottomBarMetrics"/>
             <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
             <connections>
+                <outlet property="groupDesc" destination="fEO-Ri-MQX" id="NcA-Yx-KMM"/>
                 <outlet property="groupImage" destination="Pgc-8e-F0o" id="cD2-2v-pf4"/>
                 <outlet property="groupMemberDesc" destination="mGj-Ko-LcU" id="oD7-d5-0hD"/>
                 <outlet property="groupName" destination="hDS-dB-bma" id="Rpk-gW-4hb"/>

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Course/AccompanyCourse/Controller/AccompanyDetailViewController.m

@@ -344,7 +344,7 @@
     NSURL *uploadFileUrl = [NSURL fileURLWithPath:videoUrl];
     NSData *fileData = [NSData dataWithContentsOfURL:uploadFileUrl];
     NSString *suffix = [NSString stringWithFormat:@".%@",[uploadFileUrl pathExtension]];
-    [UPLOAD_MANAGER configWithfilePath:@"homework"];
+    [UPLOAD_MANAGER configWithfilePath:@"/homework/"];
     [UPLOAD_MANAGER videoUpload:fileData fileName:@"video" fileSuffix:suffix progress:^(int64_t bytesWritten, int64_t totalBytes) {
         int progress = (int)(bytesWritten / totalBytes * 100);
         __block NSString *tipsMessage = [NSString stringWithFormat:@"上传中 %d%%",progress];

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Course/VipCourse/Controller/VipCouseDetailViewController.m

@@ -350,7 +350,7 @@
     NSURL *uploadFileUrl = [NSURL fileURLWithPath:videoUrl];
     NSData *fileData = [NSData dataWithContentsOfURL:uploadFileUrl];
     NSString *suffix = [NSString stringWithFormat:@".%@",[uploadFileUrl pathExtension]];
-    [UPLOAD_MANAGER configWithfilePath:@"homework"];
+    [UPLOAD_MANAGER configWithfilePath:@"/homework/"];
     [UPLOAD_MANAGER videoUpload:fileData fileName:@"video" fileSuffix:suffix progress:^(int64_t bytesWritten, int64_t totalBytes) {
         int progress = (int)(bytesWritten / totalBytes * 100);
         __block NSString *tipsMessage = [NSString stringWithFormat:@"上传中 %d%%",progress];