Commit 8560e786 authored by pete谢兆麟's avatar pete谢兆麟

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

parents 3baf0d85 edf94cd0
...@@ -115,7 +115,6 @@ extension AppDelegate: JPUSHRegisterDelegate { ...@@ -115,7 +115,6 @@ extension AppDelegate: JPUSHRegisterDelegate {
// 转换到消息tab // 转换到消息tab
YHLoginManager.shared.needJumpToMsgTabFlag = true YHLoginManager.shared.needJumpToMsgTabFlag = true
DispatchQueue.main.asyncAfter(deadline: .now() + 0.25, execute: { DispatchQueue.main.asyncAfter(deadline: .now() + 0.25, execute: {
// NotificationCenter.default.post(name: YhConstant.YhNotification.didRevMsgNotifiction, object: nil)
goToMessagePage() goToMessagePage()
}) })
} }
......
...@@ -95,14 +95,14 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget { ...@@ -95,14 +95,14 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
let view = YHUserInfoHeaderView.createView() let view = YHUserInfoHeaderView.createView()
view.settingBlock = { view.settingBlock = {
[weak self] in [weak self] in
guard let self = self else { return } // guard let self = self else { return }
if !checkLogin() { return } // if !checkLogin() { return }
let vc = YHMySettingViewController() // let vc = YHMySettingViewController()
self.navigationController?.pushViewController(vc) // self.navigationController?.pushViewController(vc)
// let vc = YHOfficialApprovalResultVC() let vc = YHOfficialApprovalResultVC()
// self.navigationController?.pushViewController(vc) //for test hjl self?.navigationController?.pushViewController(vc) //for test hjl
} }
view.evaluateBlock = { view.evaluateBlock = {
[weak self] in [weak self] in
......
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