|
@@ -200,9 +200,11 @@ NSPopoverDelegate>
|
|
|
buttonWidth = btnRect.size.width + 10;
|
|
|
}
|
|
|
if ([[KMMemberInfo shared].isHaveAIDiscount isEqualToString:@"1"]) {
|
|
|
- self.aiContendView.hidden = NO;
|
|
|
- totalWidth+=aiWidth;
|
|
|
- totalWidth+=4;
|
|
|
+ if(IAPProductsManager.defaultManager.aiAllAccessPack12month_pro.isTrialPeriod == false) {
|
|
|
+ self.aiContendView.hidden = NO;
|
|
|
+ totalWidth+=aiWidth;
|
|
|
+ totalWidth+=4;
|
|
|
+ }
|
|
|
}
|
|
|
if ([KMMemberInfo shared].userScenarioType == KMUserScenarioTypeLite_type1 ||
|
|
|
[KMMemberInfo shared].userScenarioType == KMUserScenarioTypeLite_type3 ||
|