Jelajahi Sumber

【会员系统】隐私条款跳转链接替换

wanjun 4 bulan lalu
induk
melakukan
6a481c8113

+ 2 - 2
PDF Office/PDF Master/MemberCenter/View/KMSignUpView.swift

@@ -143,12 +143,12 @@ class KMSignUpView: KMBaseXibView {
         ], range: (fullString as NSString).range(of: fullString))
         attributedString.addAttributes([
             .foregroundColor: linkColor,
-            .link: NSLocalizedString("https://www.pdfreaderpro.com/store?mode=edu", comment: ""),
+            .link: NSLocalizedString("https://www.pdfreaderpro.com/terms_of_service", comment: ""),
             .font: font
         ], range: specialOfferRange)
         attributedString.addAttributes([
             .foregroundColor: linkColor,
-            .link: NSLocalizedString("https://www.pdfreaderpro.com/vpp-purchase-program", comment: ""),
+            .link: NSLocalizedString("https://www.pdfreaderpro.com/privacy-policy", comment: ""),
             .font: font
         ], range: contactsUsRange)
         privacyLabel.attributedStringValue = attributedString