Showing
2 changed files
with
1 additions
and
5 deletions
@@ -78,7 +78,6 @@ class SettingVC : UIViewController { | @@ -78,7 +78,6 @@ class SettingVC : UIViewController { | ||
78 | ("是否隐藏个人中心入口",HHSDKOptions.default.mUserCenterOptions.hideUserCenter,true), | 78 | ("是否隐藏个人中心入口",HHSDKOptions.default.mUserCenterOptions.hideUserCenter,true), |
79 | ("是否展示激活码入口",HHSDKOptions.default.mUserCenterOptions.enableActivate,true), | 79 | ("是否展示激活码入口",HHSDKOptions.default.mUserCenterOptions.enableActivate,true), |
80 | ("是否展示档案库入口",HHSDKOptions.default.mUserCenterOptions.enableMedical,true), | 80 | ("是否展示档案库入口",HHSDKOptions.default.mUserCenterOptions.enableMedical,true), |
81 | - ("档案库是否可以添加成员",HHSDKOptions.default.mUserCenterOptions.canAddMember,true), | ||
82 | 81 | ||
83 | ]) | 82 | ]) |
84 | sections.append(userCenterSetting) | 83 | sections.append(userCenterSetting) |
@@ -234,9 +233,6 @@ extension SettingVC { | @@ -234,9 +233,6 @@ extension SettingVC { | ||
234 | case (3,2): | 233 | case (3,2): |
235 | HHSDKOptions.default.mUserCenterOptions.enableMedical = isOpen | 234 | HHSDKOptions.default.mUserCenterOptions.enableMedical = isOpen |
236 | 235 | ||
237 | - case (3,3): | ||
238 | - HHSDKOptions.default.mUserCenterOptions.canAddMember = isOpen | ||
239 | - | ||
240 | default: | 236 | default: |
241 | break | 237 | break |
242 | } | 238 | } |
@@ -8,7 +8,7 @@ target 'HHMSDKDemo' do | @@ -8,7 +8,7 @@ target 'HHMSDKDemo' do | ||
8 | project './HHMSDKDemo.xcodeproj' | 8 | project './HHMSDKDemo.xcodeproj' |
9 | pod 'SVProgressHUD' | 9 | pod 'SVProgressHUD' |
10 | pod 'SnapKit' | 10 | pod 'SnapKit' |
11 | - pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => 'feature/medic' | 11 | + pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git" |
12 | 12 | ||
13 | end | 13 | end |
14 | 14 |
-
Please register or login to post a comment