Parcourir la source

Merge branch 'develop' of http://svn.ouj.com:3000/duowan_iOS/SuperShow into develop

zhongbaojian il y a 5 ans
Parent
commit
7b6136a90c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      SuperShow/UI/Profile/WSSProfileViewController.swift

+ 1 - 1
SuperShow/UI/Profile/WSSProfileViewController.swift

@@ -54,7 +54,7 @@ class WSSProfileViewController: MTViewController {
             if let userInfoModel = userInfoModel {
                 if let item = self.sectionArray.safeObject(atIndex: 0)?.safeObject(atIndex: 0) {
                     if let detailModel = userInfoModel.userDetail, detailModel.vipStatus == 1 {
-                        let text = NSMutableAttributedString(string: "还剩\(userInfoModel.remainingTime / 24)天", attributes: [NSAttributedString.Key.foregroundColor: OJATextColor.colorWhite, NSAttributedString.Key.font: OJAFont.font12])
+                        let text = NSMutableAttributedString(string: "\(userInfoModel.remainingTime / 24)天", attributes: [NSAttributedString.Key.foregroundColor: OJSColor(hexRGBValue: 0x808080), NSAttributedString.Key.font: OJAFont.font15])
 //                        text.append(NSAttributedString(string: "\n累计节省\(userInfoModel.saveCost / 100)元", attributes: [NSAttributedString.Key.foregroundColor: OJATextColor.colorWhite, NSAttributedString.Key.font: OJAFont.font9]))
                         item.attributedDetail = text
                     } else {