소스 검색

【综合】整理代码

tangchao 6 달 전
부모
커밋
390f21dbb4
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      PDF Office/PDF Master/Class/Purchase/IAPProductsManager.m

+ 6 - 6
PDF Office/PDF Master/Class/Purchase/IAPProductsManager.m

@@ -547,12 +547,12 @@ NSString * const KMIAPSubscriptionLoadedNotification = @"KMIAPSubscriptionLoaded
     
 #if VERSION_FREE
     // 免费版
-//    if (self.monthProduct.isSubscribed ||
-//        self.newlyMonthProduct.isSubscribed ||
-//        self.allAccessProduct.isSubscribed ||
-//        self.yearProduct.isSubscribed) {
-//        return YES;
-//    }
+    if (self.monthProduct.isSubscribed ||
+        self.newlyMonthProduct.isSubscribed ||
+        self.allAccessProduct.isSubscribed ||
+        self.yearProduct.isSubscribed) {
+        return YES;
+    }
     return NO;
 #else
     // 付费版