XQMuse/Root/Home/TCell/Home_Style_5_TCell.swift
@@ -63,7 +63,7 @@ @objc func tapAction(_ btn:UIButton){ let index = btn.tag - 1000 let vc = HomeItemListVC(topTitle: items[index].title, id: items[index].id) let vc = HomeItemListVC(topTitle: items[index].title, id: items[index].id,showType: .vertical) JQ_currentViewController().jq_push(vc: vc) } }