修复bug
This commit is contained in:
@@ -214,14 +214,15 @@ extension UserInfoVC: UserFunctionViewProtocol{
|
||||
let web = WebViewController(url: "mew/\(H5Utils.autonym.rawValue)")
|
||||
self?.navigationController?.pushViewController(web, animated: true)
|
||||
}
|
||||
return
|
||||
}
|
||||
}else{
|
||||
}
|
||||
let vc = RoomVC(roomUid: "\(AuthManager.userUid)")
|
||||
vc.roomText = (self.info?.nick ?? "") + "的房间"
|
||||
let nav = BaseNavigationViewController.init(rootViewController: vc)
|
||||
nav.modalPresentationStyle = .fullScreen
|
||||
self.present(nav, animated: true, completion: nil)
|
||||
}
|
||||
|
||||
}
|
||||
} fail: { code, message in
|
||||
HUDTool.show(with: message)
|
||||
|
Reference in New Issue
Block a user