Bläddra i källkod

【轻会员】账号nilvbo@sina.com,个人信息界面按钮跑版

lizhe 1 år sedan
förälder
incheckning
f4683854a5

+ 5 - 1
PDF Office/PDF Master/Class/KMLightMember/Controller/AccountInfo/KMAccountInfoWindowController.swift

@@ -176,7 +176,11 @@ class KMAccountInfoWindowController: NSWindowController {
                     state == .trial {
             self.accountViewHeightConstraint.constant = 411 - 60
 #if VERSION_DMG
-            self.accountViewHeightConstraint.constant = 483 - 52 - 20
+            if self.accountInfoView.userInfo?.subscriptionInfoList[0].payType == 1 {
+                self.accountViewHeightConstraint.constant = 483 - 52 - 20
+            } else {
+                self.accountViewHeightConstraint.constant = 483
+            }
 #endif
         } else if state == .subscriptionExpired ||
                     state == .trialExpired {

+ 1 - 1
PDF Office/PDF Master/Class/KMLightMember/InAppPurchase/KMPurchaseManager.swift

@@ -30,7 +30,7 @@ class KMPurchaseManager: NSObject {
         get {
 #if DEBUG
             //方便调整订阅状态
-//            return .subscriptionExpired
+            return .subscription
 #endif
             let info = KMLightMemberManager.manager.info.subscriptionInfoList
             var tempState: KMPurchaseManagerState = .unknow