Commit 1db536a1 authored by Steven杜宇's avatar Steven杜宇

// 创建客服段文件夹

parent 8ada1654
......@@ -998,6 +998,29 @@
path = Model;
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(我的信息流程) */ = {
isa = PBXGroup;
children = (
......@@ -2161,6 +2184,7 @@
A5ACE9162B4564F7002C94D2 /* IntelligentService(服务中心) */ = {
isa = PBXGroup;
children = (
0428E2252BDB7E4F0032A7A1 /* CustomerService(客服段) */,
A525D22C2BA837C5001A84F5 /* FileList(文件清单) */,
A525D22A2BA836D6001A84F5 /* MyScheme(我的方案) */,
045EEE1B2B9F171A0022A143 /* MySignature(我的签字) */,
......
......@@ -29,7 +29,7 @@ class YHCertificateEntryHeadView: UIView {
}
private lazy var nameLable : UILabel = {
let titleLable = UILabel(text: "您好,李先生")
let titleLable = UILabel(text: "")
titleLable.font = UIFont.PFSC_B(ofSize: 21)
titleLable.textColor = UIColor.mainTextColor
titleLable.lineBreakMode = .byTruncatingMiddle
......@@ -38,7 +38,7 @@ class YHCertificateEntryHeadView: UIView {
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.textColor = UIColor.mainTextColor
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