|
@@ -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 {
|