소스 검색

【综合】比较表远程控制兼容

niehaoyu 1 년 전
부모
커밋
d71b5703ac
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      PDF Office/PDF Master/Class/Purchase/Appstore/KMPurchaseCompareWindowController.m

+ 5 - 5
PDF Office/PDF Master/Class/Purchase/Appstore/KMPurchaseCompareWindowController.m

@@ -646,11 +646,11 @@ static NSString *const KMPurchaseCompareCellIdentifier       = @"KMPurchaseCompa
     self.specialImageView.image = image;
     self.specialImageView1.image = image;
     
-//    if ([[KMKdanRemoteConfig remoteConfig] showAPP_AveragePrice]) {
-//        self.value1PurchaseLabel.stringValue = [NSString stringWithFormat:@"%@/%@", averageMonthPrice, NSLocalizedString(@"mon", nil)];
-//    } else {
-//        self.value1PurchaseLabel.stringValue = [NSString stringWithFormat:@"%@/%@", monthPrice, NSLocalizedString(@"6mon", nil)];
-//    }
+    if (KMKdanRemoteConfig.remoteConfig.showAPP_AveragePrice) {
+        self.value1PurchaseLabel.stringValue = [NSString stringWithFormat:@"%@/%@", averageMonthPrice, NSLocalizedString(@"mon", nil)];
+    } else {
+        self.value1PurchaseLabel.stringValue = [NSString stringWithFormat:@"%@/%@", monthPrice, NSLocalizedString(@"6mon", nil)];
+    }
     self.value1PurchaseLabel.textColor = [NSColor colorWithRed:1 green:231/255. blue:106/255. alpha:1.];
     
     NSString *tTips = [NSString stringWithFormat:NSLocalizedString(@"Billed every 6 months at %@", nil), monthPrice];