Browse Source

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

zhongbaojian 5 years ago
parent
commit
7b6136a90c
1 changed files with 1 additions and 1 deletions
  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 {