From 32986b54a0e2661f7ad6ed79f3ef12c4289eace9 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 20 十二月 2024 17:52:52 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- 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..0261e09 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 style="color: #ff6d00;border-top: 1px solid #eee;" 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