Commit f9791744 authored by Steven杜宇's avatar Steven杜宇

// 消息

parent 54deadef
...@@ -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