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