Selaa lähdekoodia

fix: 修改个人配置,VIP会员描述

Melody 5 vuotta sitten
vanhempi
commit
8317e76014
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {