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 {
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
do {
// test
let vc = YHGalaxyNewsListViewController()
self.navigationController?.pushViewController(vc)
return
}
// do {
// // test
// let vc = YHGalaxyNewsListViewController()
// self.navigationController?.pushViewController(vc)
// return
// }
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