You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
336 B
8 lines
336 B
<view class="question">
|
|
<view class="hint">第{{data.q_position}}题</view>
|
|
<rich-md c-class="title" nodes="{{data.question_title}}"/>
|
|
<view class="shixun-detail">
|
|
<button class="button-shixun" size="mini" type="main" plain bindtap="enterShixun">进入该实训</button>
|
|
<view>{{data.shixun_name}}</view>
|
|
</view>
|
|
</view> |