Commit 9c105d45 authored by Steven杜宇's avatar Steven杜宇

// 会员名称更改

parent 51516ddd
...@@ -116,7 +116,7 @@ class YHUserVipInfoView: UIView { ...@@ -116,7 +116,7 @@ class YHUserVipInfoView: UIView {
lazy var titleLabel: UILabel = { lazy var titleLabel: UILabel = {
let label = UILabel() let label = UILabel()
label.text = "大众会员" label.text = "普通会员"
label.textColor = .white label.textColor = .white
label.textAlignment = .left label.textAlignment = .left
label.font = UIFont.PFSC_B(ofSize: 17) label.font = UIFont.PFSC_B(ofSize: 17)
...@@ -275,7 +275,7 @@ class YHUserVipInfoView: UIView { ...@@ -275,7 +275,7 @@ class YHUserVipInfoView: UIView {
} else { } else {
self.bgImgView.image = UIImage(named: "mine_member_bg_vip_0") self.bgImgView.image = UIImage(named: "mine_member_bg_vip_0")
self.titleLabel.text = "大众会员" self.titleLabel.text = "普通会员"
self.titleLabel.textColor = .white self.titleLabel.textColor = .white
self.rightBtn.backgroundColor = UIColor(hex: 0x323849) self.rightBtn.backgroundColor = UIColor(hex: 0x323849)
self.rightBtn.setTitleColor(.white, for: .normal) self.rightBtn.setTitleColor(.white, for: .normal)
......
...@@ -44,7 +44,7 @@ class YHVipLevelRightHeaderView: UIView, UIScrollViewDelegate { ...@@ -44,7 +44,7 @@ class YHVipLevelRightHeaderView: UIView, UIScrollViewDelegate {
} }
let baseTag = 9527 let baseTag = 9527
var arr:[YHVipLevelRightsModel] = [ var arr:[YHVipLevelRightsModel] = [
YHVipLevelRightsModel(type: .none, title: "大众会员", num: 5, isLock: false), YHVipLevelRightsModel(type: .none, title: "普通会员", num: 5, isLock: false),
YHVipLevelRightsModel(type: .gold, title: "黄金会员", num: 7, isLock: true), YHVipLevelRightsModel(type: .gold, title: "黄金会员", num: 7, isLock: true),
YHVipLevelRightsModel(type: .platinum, title: "铂金会员", num: 8, isLock: true), YHVipLevelRightsModel(type: .platinum, title: "铂金会员", num: 8, isLock: true),
YHVipLevelRightsModel(type: .diamond, title: "钻石会员", num: 13, isLock: true), YHVipLevelRightsModel(type: .diamond, title: "钻石会员", num: 13, isLock: true),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment