From c6c73b7d709322052b9cd6777b3d6657e0d43d30 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期六, 07 九月 2024 14:37:32 +0800
Subject: [PATCH] bug

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

diff --git a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml
index 0959ce7..51c1ff3 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,7 +28,8 @@
       ></view
     >
     <view style="display: flex; align-items: center; margin-top: 10rpx">
-      <text>涓嬭浇璧勬簮璇峰埌PC绔含甯圗璇�</text> <text bind:tap="copy" class="copy-text">澶嶅埗</text>
+      <text>涓嬭浇璧勬簮璇峰埌PC绔含甯堟櫤鏁�</text>
+      <text bind:tap="copy" class="copy-text">澶嶅埗</text>
     </view>
   </view>
   <view wx:if="{{applyState == 'Reject'}}"

--
Gitblit v1.9.1