| | |
| | | <image |
| | | src="{{ radioItem == 'test' ? '/static/images/bookService/detail/practice-icon.png' : '/static/images/bookService/detail/notest.png'}}" |
| | | ></image> |
| | | <text style="color: {{radioItem == 'test' ? '#fff':''}};" |
| | | <text style="color: {{radioItem == 'test' ? '#fff':'#ff6c00'}};" |
| | | >练习</text |
| | | > |
| | | </view> |
| | |
| | | <image |
| | | src="{{ radioItem == 'mock' ? '/static/images/bookService/detail/checkpaper.png' : '/static/images/bookService/detail/zujuan.png'}}" |
| | | ></image> |
| | | <text style="color: {{radioItem == 'mock' ? '#fff':''}};" |
| | | <text style="color: {{radioItem == 'mock' ? '#fff':'#ff6c00'}};" |
| | | >组卷</text |
| | | > |
| | | </view> |
| | |
| | | > |
| | | <view slot="content" class="btn-content"> |
| | | <image src="/static/images/bookService/detail/cuoti.png"></image> |
| | | <text>我的错题</text> |
| | | <text class="primary-color">我的错题</text> |
| | | </view> |
| | | </t-button> |
| | | <t-button |
| | |
| | | > |
| | | <view slot="content" class="btn-content"> |
| | | <image src="/static/images/bookService/detail/wodeshoucang.png"></image> |
| | | <text> 我的收藏</text> |
| | | <text class="primary-color"> 我的收藏</text> |
| | | </view> |
| | | </t-button> |
| | | </view> |
| | |
| | | <t-button class="buy-mock-btn" bind:tap="buyMock">购买组卷</t-button> |
| | | </view> |
| | | </view> |
| | | <view class="loading-box" wx:if="{{}}"> |
| | | <t-loading loading="{{}}" /> |
| | | </view> |
| | | </view> |