From 892efc9976feb68ce1a3a4d759317e2585d67ebe Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期六, 07 九月 2024 18:16:18 +0800
Subject: [PATCH] bug修改

---
 packageBookService/pages/bookServices/detail/components/teachResource/index.wxml |   27 ++++++++++++---------------
 1 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml
index 2548bc6..9c11555 100644
--- a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml
+++ b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml
@@ -1,20 +1,19 @@
-<view class="teach-btn" wx:if="{{false}}">
+<view class="teach-btn">
   <t-button
     theme="primary"
     style="width: 120px; height: 36px"
-    class="btn-upload"
-    wx:if="{{false}}"
+    class="btn"
+    bind:tap="uploadBtn"
   >
-    <t-image
-      src="/static/images/bookService/detail/upload.png"
-      style="margin-top: 20rpx"
-    ></t-image>
-    <text>涓婁紶璧勬簮</text>
+    <view slot="content" class="btn-content">
+      <t-image src="/static/images/bookService/detail/upload.png"></t-image>
+      <text>涓婁紶璧勬簮</text>
+    </view>
   </t-button>
-  <t-button theme="primary" style="width: 120px; height: 36px">
+<!-- <t-button theme="primary" style="width: 120px; height: 36px">
     <t-image src="/static/images/bookService/detail/download.png"></t-image>
     鎵归噺涓嬭浇
-  </t-button>
+  </t-button> -->
 </view>
 <view
   class="applyResult  {{applyState == 'none' ? 'applyNone' : applyState == 'Normal' ? 'applyPass' : applyState == 'WaitAudit' ? 'applying' :applyState == 'Reject' ? 'applyReject' :'' }}"
@@ -29,10 +28,8 @@
       ></view
     >
     <view style="display: flex; align-items: center; margin-top: 10rpx">
-      <text>涓嬭浇璧勬簮璇峰埌PC绔含甯圗璇�</text>
-      <t-button style="font-size: 24rpx; height: 50rpx" bind:tap="copy"
-        >澶嶅埗</t-button
-      >
+      <text>涓嬭浇璧勬簮璇峰埌PC绔含甯堟櫤鏁�</text>
+      <text bind:tap="copy" class="copy-text">澶嶅埗</text>
     </view>
   </view>
   <view wx:if="{{applyState == 'Reject'}}"
@@ -72,6 +69,6 @@
     <text class="cause-title"
       >璧勬簮涓嬭浇鐢宠鏈�氳繃锛岃В鍐抽棶棰樺悗鍙偣鍑烩�滅敵璇封�濇寜閽噸鏂版彁浜ょ敵璇�</text
     >
-    <view class="cause-content">鍘熷洜:{{ rejectCause }}</view>
+    <view class="cause-content">鍘熷洜:{{ rejectCause || '-'}}</view>
   </view>
 </t-dialog>

--
Gitblit v1.9.1