闫增涛
2024-03-26 90f83bf13fd0d6b97897deadc4a9e6a204b530aa
packageBookService/pages/bookServices/detail/components/testResource/testResource.wxml
@@ -21,7 +21,7 @@
        </t-radio>
      </view>
      <view class="card {{radioItem == 'mock' ? 'card--active' : ''}}">
        <t-radio value="mock" icon="none" borderless style="height: 74rpx">
        <t-radio value="mock" icon="none" borderless style="height: 80rpx">
          <view class="radio-content" slot="content">
            <image
              src="{{ radioItem == 'mock' ? '/static/images/bookService/detail/checkpaper.png' : '/static/images/bookService/detail/zujuan.png'}}"
@@ -41,9 +41,9 @@
      bind:tap="goMycollect"
      data-answerType="errorQuestion"
    >
      <view slot="content">
      <view slot="content" class="btn-content">
        <image src="/static/images/bookService/detail/cuoti.png"></image>
        我的错题
        <text>我的错题</text>
      </view>
    </t-button>
    <t-button
@@ -54,9 +54,9 @@
      bind:tap="goMycollect"
      data-answerType="collectQuestion"
    >
      <view slot="content">
      <view slot="content" class="btn-content">
        <image src="/static/images/bookService/detail/wodeshoucang.png"></image>
        我的收藏
        <text> 我的收藏</text>
      </view>
    </t-button>
  </view>