Commit fe4c4f12 authored by AlexZhu's avatar AlexZhu

Merge branch 'push' into push-qiyu

parents d502f437 f9791744
...@@ -437,12 +437,12 @@ extension YHMessageListVC: UITableViewDelegate, UITableViewDataSource { ...@@ -437,12 +437,12 @@ extension YHMessageListVC: UITableViewDelegate, UITableViewDataSource {
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
do { // do {
// test // // test
let vc = YHGalaxyNewsListViewController() // let vc = YHGalaxyNewsListViewController()
self.navigationController?.pushViewController(vc) // self.navigationController?.pushViewController(vc)
return // return
} // }
if 0 <= indexPath.row && indexPath.row < msgArr.count { if 0 <= indexPath.row && indexPath.row < msgArr.count {
......
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