闫增涛
2024-09-11 51ad1f2614bc1f976aad98254649bb3c207332ee
packageBookService/pages/bookServices/detail/components/teachResource/index.wxml
@@ -1,7 +1,7 @@
<view class="teach-btn">
  <t-button theme="primary" style="width: 120px; height: 36px" class="btn" bind:tap="uploadBtn">
    <view slot="content" class="btn-content">
      <t-image src="/static/images/bookService/detail/upload.png"></t-image>
      <image src="/static/images/bookService/detail/upload.png" mode="aspectFit" ></image>
      <text>上传资源</text>
    </view>
  </t-button>