XQMuse/Root/Home/HomeVC.swift
@@ -234,6 +234,14 @@ extension HomeVC:UITableViewDelegate & UITableViewDataSource{ func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if indexPath.section == 0{ if let m = viewModel.todyModel{ let vc = HomeItemDetailVC(id: m.id) push(vc: vc) } } if indexPath.section == 2{ let vc = WebVC(type: .guide) vc.title = "心泉·疗愈"