|
@@ -327,11 +327,19 @@ NSPopoverDelegate>
|
|
|
}
|
|
|
#else
|
|
|
if ([[KMMemberInfo shared].isHaveAIDiscount isEqualToString:@"1"]) {
|
|
|
+#if VERSION_FREE
|
|
|
+ if(IAPProductsManager.defaultManager.aiAllAccessPack12month_lite.isTrialPeriod == false) {
|
|
|
+ self.aiContendView.hidden = NO;
|
|
|
+ totalWidth+=aiWidth;
|
|
|
+ totalWidth+=4;
|
|
|
+ }
|
|
|
+#else
|
|
|
if(IAPProductsManager.defaultManager.aiAllAccessPack12month_pro.isTrialPeriod == false) {
|
|
|
self.aiContendView.hidden = NO;
|
|
|
totalWidth+=aiWidth;
|
|
|
totalWidth+=4;
|
|
|
}
|
|
|
+#endif
|
|
|
}
|
|
|
KMUserScenarioType type = [KMMemberInfo shared].userScenarioType;
|
|
|
|