|
@@ -324,10 +324,14 @@ NSPopoverDelegate>
|
|
type == KMUserScenarioTypePro_type4) {
|
|
type == KMUserScenarioTypePro_type4) {
|
|
if (type == KMUserScenarioTypeLite_type1) { //免费用户
|
|
if (type == KMUserScenarioTypeLite_type1) { //免费用户
|
|
#if !VERSION_DMG
|
|
#if !VERSION_DMG
|
|
- if(IAPProductsManager.defaultManager.fourDevicesAllAccessPackNew12months_lite.isTrialPeriod == YES) { //是否有试用
|
|
|
|
|
|
+ if(KMMemberInfo.shared.isLogin == NO) {
|
|
self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Upgrade", nil)];
|
|
self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Upgrade", nil)];
|
|
} else {
|
|
} else {
|
|
- self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Free Trial", nil)];
|
|
|
|
|
|
+ if(IAPProductsManager.defaultManager.fourDevicesAllAccessPackNew12months_lite.isTrialPeriod == YES) { //是否有试用
|
|
|
|
+ self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Upgrade", nil)];
|
|
|
|
+ } else {
|
|
|
|
+ self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Free Trial", nil)];
|
|
|
|
+ }
|
|
}
|
|
}
|
|
#else
|
|
#else
|
|
#endif
|
|
#endif
|