From 68790361dae7a0268c065e5f06448c41b8bdc58a Mon Sep 17 00:00:00 2001 From: younger_times <841720330@qq.com> Date: 星期三, 19 七月 2023 18:14:37 +0800 Subject: [PATCH] 完成“预约场地”所有流程 --- WanPai/Root/Course/View/CourseSubTypeView.swift | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/WanPai/Root/Course/View/CourseSubTypeView.swift b/WanPai/Root/Course/View/CourseSubTypeView.swift index 31f9ac4..1b65b3e 100644 --- a/WanPai/Root/Course/View/CourseSubTypeView.swift +++ b/WanPai/Root/Course/View/CourseSubTypeView.swift @@ -28,7 +28,8 @@ cons_tableHeight.constant = 0 layoutIfNeeded() } - + + @discardableResult static func show(inView:UIView,afterView:UIView,items:[NormalSimpleModel],selectModel:NormalSimpleModel? = nil,clouse:@escaping (NormalSimpleModel)->Void,closeClouse:@escaping ()->Void)->CourseSubTypeView{ let subTypeView = CourseSubTypeView.jq_loadNibView() subTypeView.closeClouse = closeClouse -- Gitblit v1.7.1