From 45aebcb160b7a68ad79ad703466e287513f2ae22 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期四, 14 九月 2023 18:20:34 +0800 Subject: [PATCH] 新增部分完善 --- WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift b/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift index 11d2a86..6d2f91f 100644 --- a/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift +++ b/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift @@ -62,4 +62,8 @@ } } } + + @IBAction func QRCodeAction(_ sender: UIButton) { + QRPreview.show("1231122") + } } -- Gitblit v1.7.1