apple 6 年之前
父節點
當前提交
c6af71a403

二進制
ios/JianYuIOS/JianYuIOS.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 4
ios/JianYuIOS/JianYuIOS/Classes(模块)/JYExpViewController.m

@@ -335,10 +335,7 @@ NSString *const AesKey_2 = @"mGlAgnIBB8bx2nch";
     if([notification.userInfo[@"item_index"] integerValue]!=2) {
         return;
     }
-    self.signOutContent = notification.object;
-    if (!self.signOutContent) {
-        self.signOutContent = @"1";
-    }
+
     [self jsRemoveUserToken:nil];
     [self webViewRequestByMsg];
 }

+ 0 - 2
ios/JianYuIOS/JianYuIOS/Classes(模块)/JYMineViewController.m

@@ -432,9 +432,7 @@ NSString *const AesKey_3 = @"mGlAgnIBB8bx2nch";
 
 #pragma mark  webView代理方法
 - (void)webViewDidFinishLoad:(UIWebView *)webView{
-    
 
-    
     if(searchRefreshBool) {
         searchRefreshBool = NO;
     }else {

+ 0 - 7
ios/JianYuIOS/JianYuIOS/Classes(模块)/JYSubViewController.m

@@ -332,13 +332,6 @@ NSString *const AesKey_1 = @"mGlAgnIBB8bx2nch";
     if([notification.userInfo[@"item_index"] integerValue]!=1) {
         return;
     }
-    
-    self.signOutContent = notification.object;
-    if (!self.signOutContent) {
-        self.signOutContent = @"1";
-    }
-    
-    
     [self jsRemoveUserToken:nil];
     [self webViewRequestByMsg];
 }