Commit 7ecbbb05 authored by pete谢兆麟's avatar pete谢兆麟

开放

parent 571683a1
...@@ -8136,7 +8136,7 @@ ...@@ -8136,7 +8136,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxyTestEnv.entitlements; CODE_SIGN_ENTITLEMENTS = galaxy/galaxyTestEnv.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = RXHYW88XR7; DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
...@@ -8282,7 +8282,7 @@ ...@@ -8282,7 +8282,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxy.entitlements; CODE_SIGN_ENTITLEMENTS = galaxy/galaxy.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = RXHYW88XR7; DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
...@@ -8490,7 +8490,7 @@ ...@@ -8490,7 +8490,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxyDebug.entitlements; CODE_SIGN_ENTITLEMENTS = galaxy/galaxyDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = RXHYW88XR7; DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
...@@ -8538,7 +8538,7 @@ ...@@ -8538,7 +8538,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxy.entitlements; CODE_SIGN_ENTITLEMENTS = galaxy/galaxy.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = RXHYW88XR7; DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
......
...@@ -13,7 +13,7 @@ class YHCommunityViewController: YHBaseViewController { ...@@ -13,7 +13,7 @@ class YHCommunityViewController: YHBaseViewController {
var defaltIndex: Int = 0 var defaltIndex: Int = 0
let friendViewModel = YHMatchUserViewModel() let friendViewModel = YHMatchUserViewModel()
// let arrItemTitles = ["会话", "人脉","活动"] // let arrItemTitles = ["会话", "人脉","活动"]
let arrItemTitles = ["会话"] let arrItemTitles = ["会话", "活动"]
var arrItemVCs : [YHBaseViewController] = [] var arrItemVCs : [YHBaseViewController] = []
...@@ -161,10 +161,11 @@ class YHCommunityViewController: YHBaseViewController { ...@@ -161,10 +161,11 @@ class YHCommunityViewController: YHBaseViewController {
// let vc = YHMatchUserViewController() // let vc = YHMatchUserViewController()
// arrItemVCs.append(vc) // arrItemVCs.append(vc)
// //
// } else if i == 2 { // 活动
// let vc = YHActivityListViewController()
// arrItemVCs.append(vc)
// } // }
else if i == 1 { // 活动
let vc = YHActivityListViewController()
arrItemVCs.append(vc)
}
} }
//segmentedViewDataSource一定要通过属性强持有!!!!!!!!! //segmentedViewDataSource一定要通过属性强持有!!!!!!!!!
......
...@@ -250,10 +250,10 @@ class YHMyNewViewController: YHBaseViewController { ...@@ -250,10 +250,10 @@ class YHMyNewViewController: YHBaseViewController {
serviceGroupArr.append(item) serviceGroupArr.append(item)
} }
// if YHUatHelper.shared.getUatModuleStatusBy(module: .Mine_MyActivity) == 1 { if YHUatHelper.shared.getUatModuleStatusBy(module: .Mine_MyActivity) == 1 {
// let item = PersonalModuleItem(icon: "mine_item_activity", title: "我的活动".local, type:.myActivity) let item = PersonalModuleItem(icon: "mine_item_activity", title: "我的活动".local, type:.myActivity)
// serviceGroupArr.append(item) serviceGroupArr.append(item)
// } }
// 其他功能 // 其他功能
do { do {
......
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