Browse Source

【会员系统】Store版本,订阅到期日期显示红色

wangshuai 6 ngày trước cách đây
mục cha
commit
8073f8c611

+ 1 - 0
PDF Office/PDF Master/MemberCenter/ViewController/KMUserInfoViewController.swift

@@ -464,6 +464,7 @@ class KMUserInfoViewController: NSViewController {
             if KMMemberInfo.shared.vip_endDate.count > 0 {
                 spliLineImageView.isHidden = false
                 endDateLabel.isHidden = false
+                endDateLabel.textColor = NSColor(named: "FA1E5D")
             }
         }
         membershipLabel.font = NSFont.SFMediumFontWithSize(16)