| | |
| | | </view> |
| | | </t-button> |
| | | <t-button |
| | | wx:if="{{!isShowBuyCloundMenu}}" |
| | | loading="{{buy}}" |
| | | class="btn" |
| | | theme="primary" |
| | | style="height: 72rpx; font-size: 28rpx" |
| | | bind:tap="goBuyResource" |
| | | style="margin: {{!isshowDrawBtn ? '0 30rpx' : ''}}" |
| | | style="height: 72rpx; font-size: 28rpx;margin: {{!isshowDrawBtn ? '0 20rpx' : ''}}" |
| | | > |
| | | <view slot="content" class="btn-content"> |
| | | <image src="/static/images/bookService/detail/yijiangoumai.png" /> |
| | |
| | | </view> |
| | | </t-button> |
| | | <t-button |
| | | theme="primary" |
| | | class="btn" |
| | | style="height: 72rpx; font-size: 28rpx" |
| | | wx:if="{{isShowBuyCloundMenu}}" |
| | | > |
| | | <view slot="content" class="btn-content"> |
| | | <image src="/static/images/bookService/detail/yijiangoumai.png" /> |
| | | <text>全部购买</text> |
| | | </view> |
| | | </t-button> |
| | | <t-button |
| | | class="btn" |
| | | theme="primary" |
| | | style="height: 72rpx; font-size: 28rpx" |
| | | wx:if="{{false}}" |
| | | style="height: 72rpx; font-size: 28rpx; margin: 0 20rpx" |
| | | bind:tap="goLearnTask" |
| | | > |
| | | <image src="/static/images/bookService/detail/renwudan/icon.png" /> |
| | | 学习任务单 |
| | | <view slot="content" class="btn-content"> |
| | | <image src="/static/images/bookService/detail/renwudan/icon.png" /> |
| | | <text>学习任务单</text> |
| | | </view> |
| | | </t-button> |
| | | </view> |