Преглед на файлове

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

wanjun преди 4 месеца
родител
ревизия
6a481c8113
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      PDF Office/PDF Master/MemberCenter/View/KMSignUpView.swift

+ 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