Commit 75506d1f authored by pete谢兆麟's avatar pete谢兆麟

Merge commit 'efc3225c' into xiezhaolin

parents 7d4512e8 efc3225c
...@@ -998,6 +998,29 @@ ...@@ -998,6 +998,29 @@
path = Model; path = Model;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
0428E2252BDB7E4F0032A7A1 /* CustomerService(客服段) */ = {
isa = PBXGroup;
children = (
0428E22B2BDB7EEC0032A7A1 /* FormalBatch(正式批) */,
0428E22A2BDB7EAA0032A7A1 /* PrincipleBatch(原则批) */,
);
path = "CustomerService(客服段)";
sourceTree = "<group>";
};
0428E22A2BDB7EAA0032A7A1 /* PrincipleBatch(原则批) */ = {
isa = PBXGroup;
children = (
);
path = "PrincipleBatch(原则批)";
sourceTree = "<group>";
};
0428E22B2BDB7EEC0032A7A1 /* FormalBatch(正式批) */ = {
isa = PBXGroup;
children = (
);
path = "FormalBatch(正式批)";
sourceTree = "<group>";
};
045EED972B9F171A0022A143 /* ServiceProcess(我的信息流程) */ = { 045EED972B9F171A0022A143 /* ServiceProcess(我的信息流程) */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
...@@ -2161,6 +2184,7 @@ ...@@ -2161,6 +2184,7 @@
A5ACE9162B4564F7002C94D2 /* IntelligentService(服务中心) */ = { A5ACE9162B4564F7002C94D2 /* IntelligentService(服务中心) */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
0428E2252BDB7E4F0032A7A1 /* CustomerService(客服段) */,
A525D22C2BA837C5001A84F5 /* FileList(文件清单) */, A525D22C2BA837C5001A84F5 /* FileList(文件清单) */,
A525D22A2BA836D6001A84F5 /* MyScheme(我的方案) */, A525D22A2BA836D6001A84F5 /* MyScheme(我的方案) */,
045EEE1B2B9F171A0022A143 /* MySignature(我的签字) */, 045EEE1B2B9F171A0022A143 /* MySignature(我的签字) */,
......
...@@ -29,7 +29,7 @@ class YHCertificateEntryHeadView: UIView { ...@@ -29,7 +29,7 @@ class YHCertificateEntryHeadView: UIView {
} }
private lazy var nameLable : UILabel = { private lazy var nameLable : UILabel = {
let titleLable = UILabel(text: "您好,李先生") let titleLable = UILabel(text: "")
titleLable.font = UIFont.PFSC_B(ofSize: 21) titleLable.font = UIFont.PFSC_B(ofSize: 21)
titleLable.textColor = UIColor.mainTextColor titleLable.textColor = UIColor.mainTextColor
titleLable.lineBreakMode = .byTruncatingMiddle titleLable.lineBreakMode = .byTruncatingMiddle
...@@ -38,7 +38,7 @@ class YHCertificateEntryHeadView: UIView { ...@@ -38,7 +38,7 @@ class YHCertificateEntryHeadView: UIView {
private lazy var statiticLable : UILabel = { private lazy var statiticLable : UILabel = {
let titleLable = UILabel(text: "待上传2件,已驳回3件,审核中4件,已完成10件") let titleLable = UILabel(text: "待上传0件,已驳回0件,审核中0件,已完成0件")
titleLable.font = UIFont.PFSC_R(ofSize: 13) titleLable.font = UIFont.PFSC_R(ofSize: 13)
titleLable.textColor = UIColor.mainTextColor titleLable.textColor = UIColor.mainTextColor
return titleLable return titleLable
......
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