宽窄优行-由【嘉易行】项目成品而来
无故事王国
2023-05-24 b57da2ad2fa51029fb47f10b9e96ac8e87d7c983
OKProject/Class/Home/View/LineOfCredictTCell.swift
@@ -35,7 +35,7 @@
    }
    @IBAction func detailAction(_ sender: UIButton) {
        let detailVC = LineOfCreditDetailVC()
        let detailVC = LineOfCreditDetailVC(id: lineModel.id)
        LD_currentNavigationController().pushViewController(detailVC)
    }
}