|
@@ -302,8 +302,8 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
// NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"%@?utm_source=app_dmg&utm_medium=dmg_puw_sec_free_trial", Swift_oc_Tool.Store_Link_OC]];
|
|
|
// [[NSWorkspace sharedWorkspace] openURL:url];
|
|
|
// [blockSelf close];
|
|
|
- KMPurchaseCompareDMGWindowController *singleTon = [[KMPurchaseCompareDMGWindowController alloc] init];
|
|
|
- [singleTon showWindow:nil];
|
|
|
+ [[KMProductCompareWC shared] setOrientation:NO];
|
|
|
+ [[KMProductCompareWC shared] showWindow:nil];
|
|
|
} else if (clickIndex == 2) {
|
|
|
//输入序列码
|
|
|
KMVerificationWindowController *vc = [KMVerificationWindowController verificationWithType:KMVerificationTypeActivate];
|
|
@@ -759,8 +759,8 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
#if VERSION_DMG
|
|
|
// NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"%@?utm_source=MacAppDmg&utm_campaign=StoreLink&utm_medium=PdfStore", Swift_oc_Tool.Store_Link_OC]];
|
|
|
// [[NSWorkspace sharedWorkspace] openURL:url];
|
|
|
- KMPurchaseCompareDMGWindowController *singleTon = [[KMPurchaseCompareDMGWindowController alloc] init];
|
|
|
- [singleTon showWindow:nil];
|
|
|
+ [[KMProductCompareWC shared] setOrientation:NO];
|
|
|
+ [[KMProductCompareWC shared] showWindow:nil];
|
|
|
#endif
|
|
|
|
|
|
}
|