Commit 20190c23 authored by Steven杜宇's avatar Steven杜宇

// UI

parent efd00b41
......@@ -96,7 +96,7 @@ class YHInformationAuthorizeViewModel: YHBaseViewModel {
}
func getBaseSetDataSource() -> [YHSettingItem] {
let item1 = YHSettingItem(type: .people, title: "允许在公开人脉列表中展示", subTitle: "开启后,您的信息将展示在人脉列表,开启您的人脉网络", isSelect: setModel.authorization_basic_information == 2 ? true : false, isShowAlert: true)
let item1 = YHSettingItem(type: .people, title: "允许在公开人脉列表中展示", subTitle: "开启后,您的信息将展示在人脉列表,开启您的人脉网络", isSelect: setModel.authorization_basic_information == 2 ? true : false, isShowAlert: false)
let item2 = YHSettingItem(type: .schoolToStranger, title: "允许向陌生人公开您的教育经历", subTitle: "开启后,您的教育经历将在您的个人名片上对非好友可见", isSelect: setModel.public_education_experience == 2 ? true : false, isShowAlert: true)
let item3 = YHSettingItem(type: .workToStranger, title: "允许向陌生人公开您的工作经历", subTitle: "开启后,您的工作经历将在您的个人名片上对非好友可见", isSelect: setModel.public_work_experience == 2 ? true : false, isShowAlert: true)
let item4 = YHSettingItem(type: .schoolToFriend, title: "允许向好友公开您的教育经历", subTitle: "开启后,您的教育经历将在您的个人名片上对您的好友可见", isSelect: setModel.friend_education_experience == 2 ? true : false, isShowAlert: true)
......
......@@ -65,7 +65,7 @@ class YHAllowSettingTableViewCell: UITableViewCell {
subTitleLabel = {
let label = UILabel()
label.font = UIFont.PFSC_R(ofSize: 13)
label.textColor = UIColor.mainTextColor30
label.textColor = UIColor.brandGrayColor5
label.numberOfLines = 0
return label
}()
......
......@@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "my_card_set_alert@2x.png",
"filename" : "Group 2033195086-1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "my_card_set_alert@3x.png",
"filename" : "Group 2033195086.png",
"idiom" : "universal",
"scale" : "3x"
}
......
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