From c86ac49db2969495ec21fae2a27956cad9499752 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期二, 26 九月 2023 19:04:02 +0800
Subject: [PATCH] 修改

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

diff --git a/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift b/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift
index 57489a7..047c883 100644
--- a/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift
+++ b/WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift
@@ -22,7 +22,7 @@
             label_status.text = studentAppointModel.status.strTitle
 
             btn_exercise.isHidden = studentAppointModel.status != .complete
-            btn_cancel.isHidden = studentAppointModel.status != .pedding
+			btn_cancel.isHidden = true
 			btn_qrCode.isHidden = studentAppointModel.status != .pedding
 
             switch studentAppointModel.status{

--
Gitblit v1.7.1