Steven 2 年之前
父節點
當前提交
5b5288154f

二進制
KulexiuForStudent/KulexiuForStudent.xcworkspace/xcuserdata/wangzhi.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Course/AccompanyCourse/View/AccompanyHomeworkCell.m

@@ -74,7 +74,7 @@
 }
 
 - (void)configVideoViewWithSource:(NSMutableArray *)fileArray {
-    CGFloat maxWidth = kScreenWidth - 24 - 11;
+    CGFloat maxWidth = kScreenWidth - 24 - 20;
     CGFloat space = 0;
     CGFloat width = (maxWidth - space * 2) / 3.0f;
     CGFloat height = 92.0f;

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Login/View/LoginBodyView.m

@@ -78,7 +78,7 @@
 
 - (IBAction)passwordLogin:(id)sender {
     if (self.callback) {
-        self.callback(LOGINACTION_PASSWORD, @"");
+        self.callback(LOGINACTION_PASSWORD, self.phoneField.text);
     }
 }