From 43574ebb55e06a2213d3097745f82968efc43b32 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期一, 30 十月 2023 18:10:08 +0800
Subject: [PATCH] 调整闸机和游戏部分

---
 WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift b/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift
index 219f06d..e9712f6 100644
--- a/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift
+++ b/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift
@@ -25,6 +25,7 @@
             btn_exercise.isHidden = studentAppointModel.status != .complete
 			btn_cancel.isHidden = true
 			btn_qrCode.isHidden = studentAppointModel.status != .pedding
+			btn_qrCode.isHidden = false
 
             switch studentAppointModel.status{
                 case .pedding:label_status.textColor = UIColor(hexStr: "#FD7402")

--
Gitblit v1.7.1