| | |
| | | <!--pages/bookServices/detail/components/learnResource/learnResource.wxml--> |
| | | <view class="learnResource" theme="primary"> |
| | | <view |
| | | class="learnResource" |
| | | theme="primary" |
| | | style="justify-content: {{!isshowDrawBtn ? 'flex-end' : ''}};" |
| | | > |
| | | <t-button |
| | | wx:if="{{isshowDrawBtn}}" |
| | | loading="{{receive}}" |
| | | class="btn" |
| | | theme="primary" |
| | |
| | | theme="primary" |
| | | style="height: 72rpx; font-size: 28rpx" |
| | | bind:tap="goBuyResource" |
| | | style="height: 72rpx; font-size: 28rpx;margin: {{!isshowDrawBtn ? '0 30rpx' : ''}}" |
| | | > |
| | | <view slot="content" class="btn-content"> |
| | | <image src="/static/images/bookService/detail/yijiangoumai.png" /> |
| | | <text>资源购买</text> |
| | | </view> |
| | | </t-button> |
| | | <t-button |
| | | <!-- <t-button |
| | | class="btn" |
| | | theme="primary" |
| | | style="height: 72rpx; font-size: 28rpx" |
| | |
| | | > |
| | | <image src="/static/images/bookService/detail/renwudan/icon.png" /> |
| | | 学习任务单 |
| | | </t-button> |
| | | </t-button> --> |
| | | </view> |