diff --git a/Classes_cocos/UIViewController+Wallet.mm b/Classes_cocos/UIViewController+Wallet.mm index 50b4fe6..16547bd 100644 --- a/Classes_cocos/UIViewController+Wallet.mm +++ b/Classes_cocos/UIViewController+Wallet.mm @@ -13,7 +13,7 @@ #include "WalletEvent.h" #include "JcWallet.h" #import -#include "DataManager.h" +#include "KeyChain/DataManager.h" @import GoogleSignIn; @@ -34,7 +34,7 @@ static NSString * const kClientID = NSLog(@"loadRestoreKey::funid: %@, oid:%@", funid, oid); } -(void)saveKey:(NSString *) account key:(NSString *) key { - NSLog(@"saveKey::account:%@, key: %@", account, key); +// NSLog(@"saveKey::account:%@, key: %@", account, key); [[DataManager sharedInstanceWith: SynLock] saveKey: account key: key]; } -(NSString *)loadKey:(NSString *) account { diff --git a/Unity-iPhone.xcworkspace/xcuserdata/zhl.xcuserdatad/UserInterfaceState.xcuserstate b/Unity-iPhone.xcworkspace/xcuserdata/zhl.xcuserdatad/UserInterfaceState.xcuserstate index 676b70d..5642678 100644 Binary files a/Unity-iPhone.xcworkspace/xcuserdata/zhl.xcuserdatad/UserInterfaceState.xcuserstate and b/Unity-iPhone.xcworkspace/xcuserdata/zhl.xcuserdatad/UserInterfaceState.xcuserstate differ