From b57da2ad2fa51029fb47f10b9e96ac8e87d7c983 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期三, 24 五月 2023 17:41:57 +0800 Subject: [PATCH] 新增修改 --- OKProject/Class/Home/View/LineOfCredictTCell.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/OKProject/Class/Home/View/LineOfCredictTCell.swift b/OKProject/Class/Home/View/LineOfCredictTCell.swift index d71b9c2..55ded57 100644 --- a/OKProject/Class/Home/View/LineOfCredictTCell.swift +++ b/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) } } -- Gitblit v1.7.1