<!--pages/bookServices/examination/questionOptions/index.wxml-->
|
<view class="page-bottom">
|
<view class="li-option">
|
<t-image src="/static/images/bookService/examination/collect.png"></t-image>
|
收藏
|
</view>
|
<view class="li-option">
|
<t-image
|
src="/static/images/bookService/examination/questionCard.png"
|
></t-image>
|
答题卡
|
</view>
|
<view class="li-option">
|
<t-image src="/static/images/bookService/examination/setting.png"></t-image>
|
设置
|
</view>
|
<view class="li-option">
|
<t-image src="/static/images/bookService/examination/reset.png"></t-image>
|
重做
|
</view>
|
<view class="bottom-submit">
|
<t-button theme="primary" size="large" style="{{btnStyle}}">提交</t-button>
|
</view>
|
</view>
|