杨锴
2024-11-07 62a24b3c7cf92919a93ee575e9460037e1a53816
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)
            }
}