| | |
| | | </view> |
| | | </t-radio> |
| | | </view> |
| | | <!-- 断开 --> |
| | | <view class="card {{radioItem == 'mock' ? 'card--active' : ''}}"> |
| | | <t-radio value="mock" icon="none" borderless style="height: 80rpx"> |
| | | <view class="radio-content" slot="content"> |
| | |
| | | </view> |
| | | </t-radio> |
| | | </view> |
| | | <!-- 断开 --> |
| | | <!-- <view class="card {{radioItem == 'mock' ? 'card--active' : ''}}"> |
| | | <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'}}" |
| | | ></image> |
| | | <text style="color: {{radioItem == 'mock' ? '#fff':'#ff6c00'}};" |
| | | >组卷</text |
| | | > |
| | | </view> |
| | | </t-radio> |
| | | </view> --> |
| | | </t-radio-group> |
| | | <t-button |
| | | class="error-btn" |