mortimer 6 years ago
parent
commit
3f7a9aa3f7

File diff suppressed because it is too large
+ 1 - 1
KXCardHelp.xcodeproj/project.pbxproj


BIN
KXCardHelp.xcworkspace/xcuserdata/mortimer.xcuserdatad/UserInterfaceState.xcuserstate


+ 18 - 2
KXCardHelp.xcworkspace/xcuserdata/mortimer.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -48,11 +48,11 @@
48 48
       <BreakpointProxy
49 49
          BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
50 50
          <BreakpointContent
51
-            shouldBeEnabled = "Yes"
51
+            shouldBeEnabled = "No"
52 52
             ignoreCount = "0"
53 53
             continueAfterRunningActions = "No"
54 54
             filePath = "KXCardHelp/Main/MoneyRecord2/VC/Child/LVKBMoneyRecord2ChildViewController.m"
55
-            timestampString = "558007346.325925"
55
+            timestampString = "558011299.6696481"
56 56
             startingColumnNumber = "9223372036854775807"
57 57
             endingColumnNumber = "9223372036854775807"
58 58
             startingLineNumber = "78"
@@ -61,5 +61,21 @@
61 61
             landmarkType = "7">
62 62
          </BreakpointContent>
63 63
       </BreakpointProxy>
64
+      <BreakpointProxy
65
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
66
+         <BreakpointContent
67
+            shouldBeEnabled = "Yes"
68
+            ignoreCount = "0"
69
+            continueAfterRunningActions = "No"
70
+            filePath = "KXCardHelp/Tools/Http/LVKBHttp.m"
71
+            timestampString = "558011299.669726"
72
+            startingColumnNumber = "9223372036854775807"
73
+            endingColumnNumber = "9223372036854775807"
74
+            startingLineNumber = "57"
75
+            endingLineNumber = "57"
76
+            landmarkName = "+get:params:success:failure:"
77
+            landmarkType = "7">
78
+         </BreakpointContent>
79
+      </BreakpointProxy>
64 80
    </Breakpoints>
65 81
 </Bucket>

+ 5 - 5
KXCardHelp/AppDelegate/HFile/LVKBDefineHeader.h

@@ -43,11 +43,11 @@
43 43
 #define CHTOKEN @"CHTOKEN"
44 44
 #define CHNinePWD @"CHNinePWD"
45 45
 //字符串宏
46
-#define  UMAPP_KEY  @"5b7e1f9fb27b0a6573000010"//--
47
-#define  BUGLY_ID   @"2b8be66cb7"//--
48
-#define APPLE_APP_ID @"1433874143"//--
49
-#define BAIDU_APP_ID @"fLeeuCReuMCTlBFeQzIKjXhm"//--
50
-#define BAIDU_SECRET @"98fXjaxW73HHCt4QhYmhfCdCu4md2NgK"//--
46
+#define  UMAPP_KEY  @"5b9252e6f43e481dcf000239"//--
47
+#define  BUGLY_ID   @"fc58c5db71"//--
48
+#define APPLE_APP_ID @"1435589561"//--
49
+#define BAIDU_APP_ID @"NrmlZmNLB9mUiwaDNXMUKIdZ"//--
50
+#define BAIDU_SECRET @"0XK7pT0r5oKp9bMSV0RdtYUKrWUSqeoV"//--
51 51
 //公钥
52 52
 #define RSAPublicKey @"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4G6ZCXm4oFZD4cW3wHxUPBfeEKJJmfyGruOMwvT4W/r6FbD1ptEPrcnCDjmhqXwA2egxEWWojgXwxd7/JXFYRxiahPcwQBK4UfY7C7evpwp5J2v/v6FMeV6k/DWaVHX6z7un8W12E6LEosAFL+JLF11y3cXaHwITkQMToVhfz9QIDAQAB"
53 53
 

+ 3 - 1
KXCardHelp/Main/NewHome2/View/LVKBNewHome2TableView.m

@@ -64,6 +64,8 @@ UITableViewDataSource
64 64
     NSInteger sum=self.dataArray.count<self.minSum?self.minSum:self.dataArray.count;
65 65
     if (sum==0) {
66 66
         self.noDataLabel.hidden=NO;
67
+    }else{
68
+        self.noDataLabel.hidden=YES;
67 69
     }
68 70
     return  sum;
69 71
 
@@ -104,7 +106,7 @@ UITableViewDataSource
104 106
     if (!_noDataLabel) {
105 107
         _noDataLabel=[[UILabel alloc]init];
106 108
         _noDataLabel.hidden=YES;
107
-        _noDataLabel.text=@"没有数据";
109
+        _noDataLabel.text=@"您今天还什么都没有记录哦";
108 110
         _noDataLabel.textColor=[UIColor CHColorWithHex:0xAAAAAA];
109 111
         [_noDataLabel sizeToFit];
110 112
         _noDataLabel.center=CGPointMake(self.width/2.0f, self.height/2.0f);

+ 1 - 0
KXCardHelp/Tools/Http/LVKBHttp.m

@@ -30,6 +30,7 @@
30 30
 //        [mgr.requestSerializer setValue:@"037151d01edbc8d9c85725e1629d1f50" forHTTPHeaderField:@"token"];
31 31
 //    }
32 32
     // 2.发送请求
33
+    NSLog(@"url---%@",url);
33 34
     [mgr GET:url parameters:params progress:nil success:^(NSURLSessionDataTask * _Nonnull task, id  _Nullable responseObject) {
34 35
         id responseDict =[NSJSONSerialization JSONObjectWithData:responseObject options:NSJSONReadingMutableContainers error:nil];
35 36
         if ([responseDict[@"errno"] isEqual:@"0"]) {