闫增涛
2024-03-25 7ea1bc543cd9ad231122d3882ee917d93bb975dc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--pages/bookServices/detail/components/learnResource/learnResource.wxml-->
<view class="learnResource" theme="primary">
  <t-button
    loading="{{receive}}"
    class="btn"
    theme="primary"
    style="height: 72rpx; font-size: 28rpx"
    t-class="external-class"
    bind:tap="getFreeResource"
  >
    <image src=" /static/images/bookService/detail/yijianlingqu.png" />
    <text>领取查看</text>
  </t-button>
  <t-button
    loading="{{buy}}"
    class="btn"
    theme="primary"
    style="height: 72rpx; font-size: 28rpx"
    bind:tap="allAddShoppiingCar"
  >
    <image src="/static/images/bookService/detail/yijiangoumai.png" />
    一键购买
  </t-button>
  <t-button
    class="btn"
    theme="primary"
    style="height: 72rpx; font-size: 28rpx"
    wx:if="{{false}}"
  >
    <image src="/static/images/bookService/detail/renwudan/icon.png" />
    学习任务单
  </t-button>
</view>