chengyanfang

init

... ... @@ -78,7 +78,6 @@ class SettingVC : UIViewController {
("是否隐藏个人中心入口",HHSDKOptions.default.mUserCenterOptions.hideUserCenter,true),
("是否展示激活码入口",HHSDKOptions.default.mUserCenterOptions.enableActivate,true),
("是否展示档案库入口",HHSDKOptions.default.mUserCenterOptions.enableMedical,true),
("档案库是否可以添加成员",HHSDKOptions.default.mUserCenterOptions.canAddMember,true),
])
sections.append(userCenterSetting)
... ... @@ -234,9 +233,6 @@ extension SettingVC {
case (3,2):
HHSDKOptions.default.mUserCenterOptions.enableMedical = isOpen
case (3,3):
HHSDKOptions.default.mUserCenterOptions.canAddMember = isOpen
default:
break
}
... ...
... ... @@ -8,7 +8,7 @@ target 'HHMSDKDemo' do
project './HHMSDKDemo.xcodeproj'
pod 'SVProgressHUD'
pod 'SnapKit'
pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => 'feature/medic'
pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git"
end
... ...