Commit b5c66582 authored by pete谢兆麟's avatar pete谢兆麟

关于银河

parent b1f95365
......@@ -2141,13 +2141,14 @@
path = M;
sourceTree = "<group>";
};
047AA3DA2C4A6102009C4554 /* Life */ = {
047AA3DA2C4A6102009C4554 /* Life(生活) */ = {
isa = PBXGroup;
children = (
047AA3F12C50CEAC009C4554 /* VM */,
047AA3DE2C4A639C009C4554 /* V */,
047AA3DB2C4A6110009C4554 /* C */,
);
path = Life;
path = "Life(生活)";
sourceTree = "<group>";
};
047AA3DB2C4A6110009C4554 /* C */ = {
......@@ -2203,6 +2204,13 @@
path = VM;
sourceTree = "<group>";
};
047AA3F12C50CEAC009C4554 /* VM */ = {
isa = PBXGroup;
children = (
);
path = VM;
sourceTree = "<group>";
};
04808C022B4686510056D53C /* Frameworks */ = {
isa = PBXGroup;
children = (
......@@ -2649,7 +2657,7 @@
A567E5662BD7643D00D5D5A0 /* Home(首页) */ = {
isa = PBXGroup;
children = (
047AA3DA2C4A6102009C4554 /* Life */,
047AA3DA2C4A6102009C4554 /* Life(生活) */,
0419A0952C48F79100A5FCFA /* InvitationWithGifts(邀请有礼) */,
A567E5672BD7643D00D5D5A0 /* VM */,
A567E56A2BD7643D00D5D5A0 /* M */,
......
......@@ -23,7 +23,6 @@ class YHHeadView: UIView {
func setUpView() {
addSubview(imageView)
imageView.backgroundColor = .red
imageView.snp.makeConstraints { make in
make.top.left.right.equalToSuperview()
make.height.equalTo(510)
......
......@@ -82,7 +82,7 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
PersonalModuleItem(icon: "mine_item_msg", title: "我的消息".local, type:.myMessage),
PersonalModuleItem(icon: "mine_item_scoreCenter", title: "积分中心".local, type:.scoreCenter),
PersonalModuleItem(icon: "mine_item_code", title: "我的测评码".local, type:.myTestCode),
PersonalModuleItem(icon: "mine_item_appoint", title: "预约银河湾".local, type:.appointGalaxyBay),
PersonalModuleItem(icon: "mine_item_appoint", title: "关于银河湾".local, type:.appointGalaxyBay),
PersonalModuleItem(icon: "mine_item_activity", title: "我的活动".local, type:.myActivity),
PersonalModuleItem(icon: "mine_item_about_us", title: "关于我们".local, type:. aboutUs)
]
......
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