From 69b3b282b6398b22d65601a4d9dc94bdde557f31 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期五, 20 十二月 2024 11:10:40 +0800
Subject: [PATCH] ····

---
 packageCourse/pages/course/index.wxml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/packageCourse/pages/course/index.wxml b/packageCourse/pages/course/index.wxml
index 9bf6c59..264a0ef 100644
--- a/packageCourse/pages/course/index.wxml
+++ b/packageCourse/pages/course/index.wxml
@@ -28,7 +28,18 @@
             </view>
             <t-tag class="margin-16" wx:if="{{item.applyState == 'Normal'}}" variant="light" theme="success">浣跨敤涓�</t-tag>
           </view>
-          <view wx:if="{{item.applyState == 'Reject'}}" class="reason">鎷掔粷鍘熷洜: {{item.reason}}</view>
+          <view wx:if="{{item.applyState == 'Reject'}}" class="reason">
+            <text> 鎷掔粷鍘熷洜锛�</text>
+            <t-tag style="margin-left: 0;" bind:tap="showDialog" class="margin-16 replay" theme="danger">鐐瑰嚮鏌ョ湅</t-tag>
+            <t-dialog visible="{{showContentOnly}}" bind:confirm="closeDialog" close-on-overlay-click>
+              <view slot="content" class="reasonContent">
+                {{item.reason}}
+              </view>
+              <view slot="confirm-btn" style="width: 100%;">
+                <t-button theme="primary" variant="text" bindtap="closeDialog" size="large" block t-class="external-class">鐭ラ亾浜�</t-button>
+              </view>
+            </t-dialog>
+          </view>
           <view class="desc">鎻忚堪锛歿{item.description}}</view>
         </view>
       </view>

--
Gitblit v1.9.1